From 3f4c0fc944791ea81289c017940b6713d165ef54 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 28 May 2015 18:04:05 +0100 Subject: [PATCH] Remove theme_path function --- source/_layouts/default.html.twig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/_layouts/default.html.twig b/source/_layouts/default.html.twig index 55ed12bcc..30b680438 100644 --- a/source/_layouts/default.html.twig +++ b/source/_layouts/default.html.twig @@ -19,8 +19,7 @@ {% include 'title' %} - - {% block styles %}{% endblock %} + {% include 'navbar' %}