From da681f0efea497e7c3b69a0349caaaeefa3c2a3b Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 24 Mar 2015 20:43:48 +0000 Subject: [PATCH] Added styles block --- source/themes/opdavies/opdavies/_layouts/default.html.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/source/themes/opdavies/opdavies/_layouts/default.html.twig b/source/themes/opdavies/opdavies/_layouts/default.html.twig index 011bdaadd..751019b21 100644 --- a/source/themes/opdavies/opdavies/_layouts/default.html.twig +++ b/source/themes/opdavies/opdavies/_layouts/default.html.twig @@ -7,6 +7,7 @@ {% if (page.front == true) and (site.subtitle) %}{{ site.subtitle }}{% else %}{{ page.title }}{% endif %} | {{ site.title }} + {% block styles %}{% endblock %} {% include 'header' %}