aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-pt2021/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'themes/hugo-pt2021/layouts')
-rw-r--r--themes/hugo-pt2021/layouts/_default/baseof.html2
-rw-r--r--themes/hugo-pt2021/layouts/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/hugo-pt2021/layouts/_default/baseof.html b/themes/hugo-pt2021/layouts/_default/baseof.html
index ba3c4f8..614edd0 100644
--- a/themes/hugo-pt2021/layouts/_default/baseof.html
+++ b/themes/hugo-pt2021/layouts/_default/baseof.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html lang='en-US'>
+<html lang='{{$.Site.LanguageCode}}'>
{{- partial "head.html" . -}}
<body>
diff --git a/themes/hugo-pt2021/layouts/index.html b/themes/hugo-pt2021/layouts/index.html
index b97e43c..5b64082 100644
--- a/themes/hugo-pt2021/layouts/index.html
+++ b/themes/hugo-pt2021/layouts/index.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html lang='en-US'>
+<html lang='{{.Site.LanguageCode}}'>
{{- partial "head.html" . -}}
<body>