Removed locale variable

This commit is contained in:
Oliver Davies 2016-05-22 10:47:24 +01:00
parent 8dcd5d1b74
commit 00b1761e09
2 changed files with 1 additions and 2 deletions

View file

@ -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:

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html class="no-js" lang="{{ site.locale }}">
<html class="no-js" lang="en-GB">
{{ include('head') }}
<body class="{{ page.blocks.body_classes }}">
{{ include('nav') }}