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

github.com/EmielH/tale-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Lorenzo <palelorenzo_7@hotmail.com>2018-09-16 14:04:10 +0300
committerPablo Lorenzo <palelorenzo_7@hotmail.com>2018-09-16 14:04:10 +0300
commite74fc745e07d4e964270cdbe2747aa560b6658a8 (patch)
tree35ca3c5e2749d67e1fff92b4cf4ccb0325fba45d /layouts
parentbca7bbbad716a8d466bab14be102e83f1e5c169a (diff)
Change hardcoded language tag to be read from config file
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 22d6999..ea0bd00 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html lang="en">
+<html lang="{{.Site.Language}}"></html>
{{ partial "head.html" . }}