Added html_lang
This commit is contained in:
parent
87e0c7c40c
commit
904c1ceedb
|
@ -54,6 +54,7 @@ hightlightjs_style: default
|
||||||
digitalocean_referral: a913b4b00d4a
|
digitalocean_referral: a913b4b00d4a
|
||||||
default_date_format: jS F, Y
|
default_date_format: jS F, Y
|
||||||
title_separator: "|"
|
title_separator: "|"
|
||||||
|
html_lang: en-GB
|
||||||
|
|
||||||
availability:
|
availability:
|
||||||
status:
|
status:
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<!--[if lte IE 8]><html lang="en-GB" class="ie ie8 lt9 lte8 lte7"> <![endif]-->
|
<!--[if lte IE 8]><html lang="{{ site.html_lang }}" class="ie ie8 lt9 lte8 lte7"> <![endif]-->
|
||||||
<!--[if IE 9]><html lang="en-GB" class="ie ie9 lte9"> <![endif]-->
|
<!--[if IE 9]><html lang="{{ site.html_lang }}" class="ie ie9 lte9"> <![endif]-->
|
||||||
<!--[if gt IE 9]><html lang="en-GB"><![endif]-->
|
<!--[if gt IE 9]><html lang="{{ site.html_lang }}"><![endif]-->
|
||||||
<!--[if !IE]><!--><html lang="en-GB"><!--<![endif]-->
|
<!--[if !IE]><!--><html lang="{{ site.html_lang }}"><!--<![endif]-->
|
||||||
<head>
|
<head>
|
||||||
{% include 'title' %}
|
{% include 'title' %}
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
{% include "og" with { og: page.meta.og } %}
|
{% include "og" with { og: page.meta.og } %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<meta lang="en-GB" charset="utf-8">
|
<meta lang="{{ site.html_lang }}" charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="stylesheet" href="{{ site.url }}/{{ theme_path('css/styles.css') }}">
|
<link rel="stylesheet" href="{{ site.url }}/{{ theme_path('css/styles.css') }}">
|
||||||
|
|
Loading…
Reference in a new issue