Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYurizal Susanto <rizal.sagi@gmail.com>2017-06-29 09:43:57 +0300
committerYurizal Susanto <rizal.sagi@gmail.com>2017-06-29 09:43:57 +0300
commit9f5b4c4e82eca3776eaef10d02bcddd7c0644ddf (patch)
treef4502c37f2b9c3c0177d315723424013ce39e567 /layouts
parentcd31a32953a649f918a3e7334993b465d4fb7a0e (diff)
Define initial Language in HTML
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index a622c33..166edc1 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html lang="{{.Site.LanguageCode}}">
{{ partial "meta" . }}
<body>
{{ partial "nav" . }}