Change html_lang to locale

This commit is contained in:
Oliver Davies 2016-02-03 13:27:49 +00:00
parent b961dec73a
commit 9361a4cdf9
2 changed files with 5 additions and 5 deletions

View file

@ -63,7 +63,7 @@ digitalocean_referral: a913b4b00d4a
default_date_format: jS F, Y default_date_format: jS F, Y
fuzzy_date_format: F Y fuzzy_date_format: F Y
title_separator: "|" title_separator: "|"
html_lang: en-GB locale: en-GB
availability: availability:
status: status:

View file

@ -1,8 +1,8 @@
<!DOCTYPE html> <!DOCTYPE html>
<!--[if lte IE 8]><html lang="{{ site.html_lang }}" class="ie ie8 lt9 lte8 lte7"> <![endif]--> <!--[if lte IE 8]><html lang="{{ site.locale }}" class="ie ie8 lt9 lte8 lte7"> <![endif]-->
<!--[if IE 9]><html lang="{{ site.html_lang }}" class="ie ie9 lte9"> <![endif]--> <!--[if IE 9]><html lang="{{ site.locale }}" class="ie ie9 lte9"> <![endif]-->
<!--[if gt IE 9]><html lang="{{ site.html_lang }}"><![endif]--> <!--[if gt IE 9]><html lang="{{ site.locale }}"><![endif]-->
<!--[if !IE]><!--><html lang="{{ site.html_lang }}"><!--<![endif]--> <!--[if !IE]><!--><html lang="{{ site.locale }}"><!--<![endif]-->
<head> <head>
{% include('title') %} {% include('title') %}