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:
authorRobert Austin <rob@jugglerdigital.com>2022-03-24 05:05:13 +0300
committerGitHub <noreply@github.com>2022-03-24 05:05:13 +0300
commit6dd911c35cc2c332e339ad416e3c29db3f916c4c (patch)
tree3a2214227c2c4fd244d656b0b1dc2fe5f5f8446a
parent16bc524b1989f6d31fae5eb5221e0b762de68a3d (diff)
parent465e77d456a68917e9c436b4f03238648b9640ec (diff)
Merge pull request #43 from eisenherzz/patch-1
use .Site.Language.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">