From 9361a4cdf9e5c6d60536ccf03e58f943a2df3fa1 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 3 Feb 2016 13:27:49 +0000 Subject: [PATCH] Change html_lang to locale --- app/config/sculpin_site.yml | 2 +- source/_layouts/default.html.twig | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index 56a634cc..05cdc69f 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -63,7 +63,7 @@ digitalocean_referral: a913b4b00d4a default_date_format: jS F, Y fuzzy_date_format: F Y title_separator: "|" -html_lang: en-GB +locale: en-GB availability: status: diff --git a/source/_layouts/default.html.twig b/source/_layouts/default.html.twig index f33622d8..10fcbd44 100644 --- a/source/_layouts/default.html.twig +++ b/source/_layouts/default.html.twig @@ -1,8 +1,8 @@ - - - - + + + + {% include('title') %}