From 919c63a374aa6b0d11e4465ca123af0249706884 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 27 May 2015 22:46:50 +0100 Subject: [PATCH] Tidied default layout --- source/_layouts/default.html.twig | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/source/_layouts/default.html.twig b/source/_layouts/default.html.twig index ae4a2afb..b3b899cc 100644 --- a/source/_layouts/default.html.twig +++ b/source/_layouts/default.html.twig @@ -1,15 +1,24 @@ - + + + + - - + {% if page.meta.description %} {% endif %} + {% if page.meta.og %}{% include "og" with {og: page.meta.og} %}{% endif %} + + + + + {% include 'title' %} + {% block styles %}{% endblock %}