From 927c4079cfe7495ac43e8448c0a299278af59dcd Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 17 Mar 2015 09:13:20 +0000 Subject: [PATCH] Added header wrapper --- source/themes/opdavies/opdavies/_partials/header.html.twig | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/themes/opdavies/opdavies/_partials/header.html.twig b/source/themes/opdavies/opdavies/_partials/header.html.twig index a1350de6..6569cc83 100644 --- a/source/themes/opdavies/opdavies/_partials/header.html.twig +++ b/source/themes/opdavies/opdavies/_partials/header.html.twig @@ -1,2 +1,4 @@ -{{ site.title }} -{% include 'main-menu' %} \ No newline at end of file +
+ {{ site.title }} + {% include 'main-menu' %} +
\ No newline at end of file