From 7fa78d5c714d855600a4b3287e0442223ce01162 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 18 Apr 2016 21:34:06 +0100 Subject: [PATCH] Fixed HTML validation errors --- source/_includes/head.html.twig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_includes/head.html.twig b/source/_includes/head.html.twig index 0b5baa70..448dce2a 100644 --- a/source/_includes/head.html.twig +++ b/source/_includes/head.html.twig @@ -1,6 +1,10 @@ {% include('title') %} + + + + {% if page.meta.description %} {% endif %} @@ -9,10 +13,6 @@ {{ include('og', { og: page.meta.og }) }} {% endif %} - - - - {% block styles %}{% endblock %}