Set default lang to en

This commit is contained in:
Michael Rose 2016-07-15 10:27:30 -04:00
parent e01b0f464e
commit fc0f8f5b1d

View file

@ -5,7 +5,7 @@ layout: compress
{% include base_path %}
<!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>
{% include head.html %}
{% include head/custom.html %}