We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b968ce0 + 9e38085 commit e271af0Copy full SHA for e271af0
1 file changed
layouts/_default/baseof.html
@@ -1,5 +1,5 @@
1
<!doctype html>
2
-<html lang="en">
+<html lang="{{ if .Site.LanguageCode }}{{ .Site.LanguageCode }}{{ else }}en{{ end }}">
3
{{- partial "head.html" . -}}
4
<body>
5
<div id="content" class="mx-auto">
0 commit comments