Use correct language, locale, and use hreflang tags

This commit is contained in:
djoate
2019-11-24 21:28:50 +00:00
parent 8add822670
commit 4bc6e4397a
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="{{ page.language | replace: "_", "-" | default: "en" }}">
{% include head.html %}
<body data-spy="scroll" data-target="#navbar">
<script src="/assets/js/applytheme.js?v=1"></script>