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'
|
||||
favicon_sizes: [ 160, 96, 32, 16 ]
|
||||
fuzzy_date_format: F Y
|
||||
locale: en-GB
|
||||
title_separator: "|"
|
||||
|
||||
ansible_galaxy:
|
||||
|
|
|
@ -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') }}
|
||||
|
|
Reference in a new issue