diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index e7cb2cf6..268ed3d7 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -7,7 +7,6 @@ apple_touch_icon_sizes: [ 57, 114, 72, 144, 60, 120, 76, 152 ] default_date_format: 'jS F, Y' favicon_sizes: [ 160, 96, 32, 16 ] fuzzy_date_format: F Y -locale: en-GB title_separator: "|" ansible_galaxy: diff --git a/source/_layouts/base.html.twig b/source/_layouts/base.html.twig index 06da707e..4b7c1fde 100644 --- a/source/_layouts/base.html.twig +++ b/source/_layouts/base.html.twig @@ -1,5 +1,5 @@ - + {{ include('head') }} {{ include('nav') }}