~xdavidwu/xdavidwu.link

e25788cccebde0e979a9d9a63bc12fdf8aa7eee5 — Michael Rose 8 years ago 05958e8
Set default `lang` to `en`
1 files changed, 1 insertions(+), 1 deletions(-)

M _layouts/default.html
M _layouts/default.html => _layouts/default.html +1 -1
@@ 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 %}