From e1fcb0a2b597ba2bbdbdf034c388704862769c49 Mon Sep 17 00:00:00 2001 From: vitaut Date: Sat, 23 May 2015 11:38:36 -0700 Subject: [PATCH] Remove doctype and add meta tags --- doc/_templates/layout.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html index e8090d5a..9a7d686b 100644 --- a/doc/_templates/layout.html +++ b/doc/_templates/layout.html @@ -1,10 +1,9 @@ {% extends "!layout.html" %} -{%- block doctype -%} - -{%- endblock %} - {% block extrahead %} + + + {% endblock %}