Removed locale variable
This commit is contained in:
parent
8dcd5d1b74
commit
00b1761e09
|
@ -7,7 +7,6 @@ apple_touch_icon_sizes: [ 57, 114, 72, 144, 60, 120, 76, 152 ]
|
||||||
default_date_format: 'jS F, Y'
|
default_date_format: 'jS F, Y'
|
||||||
favicon_sizes: [ 160, 96, 32, 16 ]
|
favicon_sizes: [ 160, 96, 32, 16 ]
|
||||||
fuzzy_date_format: F Y
|
fuzzy_date_format: F Y
|
||||||
locale: en-GB
|
|
||||||
title_separator: "|"
|
title_separator: "|"
|
||||||
|
|
||||||
ansible_galaxy:
|
ansible_galaxy:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html class="no-js" lang="{{ site.locale }}">
|
<html class="no-js" lang="en-GB">
|
||||||
{{ include('head') }}
|
{{ include('head') }}
|
||||||
<body class="{{ page.blocks.body_classes }}">
|
<body class="{{ page.blocks.body_classes }}">
|
||||||
{{ include('nav') }}
|
{{ include('nav') }}
|
||||||
|
|
Loading…
Reference in a new issue