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

github.com/zerostaticthemes/hugo-serif-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Amos <github@eisenherzz.de>2022-02-26 21:53:27 +0300
committerGitHub <noreply@github.com>2022-02-26 21:53:27 +0300
commit465e77d456a68917e9c436b4f03238648b9640ec (patch)
tree3a2214227c2c4fd244d656b0b1dc2fe5f5f8446a
parent16bc524b1989f6d31fae5eb5221e0b762de68a3d (diff)
use .Site.Language.Lang
use .Site.Language.Lang instead of hardcoded html lang
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 6c8cb08..4de6dfb 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html lang="en">
+<html lang="{{ .Site.Language.Lang }}">
<head>
<meta charset="utf-8">