Set default lang
to en
This commit is contained in:
parent
e01b0f464e
commit
fc0f8f5b1d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ layout: compress
|
||||||
{% include base_path %}
|
{% include base_path %}
|
||||||
|
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="{{ site.locale | slice: 0,2 }}" class="no-js">
|
<html lang="{{ site.locale | slice: 0,2 | default: "en" }}" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
{% include head/custom.html %}
|
{% include head/custom.html %}
|
||||||
|
|
Loading…
Reference in a new issue