From cda4bb5bda7011cffa0a0607b2af8d93f19cf834 Mon Sep 17 00:00:00 2001 From: Andreas Schempp Date: Sat, 23 May 2015 09:06:58 +0200 Subject: [PATCH] Fix the X-UA-Compatible meta tag see https://github.com/GitbookIO/gitbook/issues/755 --- theme/templates/website/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/templates/website/layout.html b/theme/templates/website/layout.html index 6f5a845db..8ab807fb0 100644 --- a/theme/templates/website/layout.html +++ b/theme/templates/website/layout.html @@ -4,7 +4,7 @@ {{ htmlSnippet("head:start")|default("")|safe }} - + {% block title %}{% endblock %}