From 00b1761e09b31ed9badbb2e4d041b2965f419b34 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 22 May 2016 10:47:24 +0100 Subject: [PATCH] Removed locale variable --- app/config/sculpin_site.yml | 1 - source/_layouts/base.html.twig | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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') }}