Skip to content

Commit 9e38085

Browse files
authored
Read the languageCode variable
1 parent b968ce0 commit 9e38085

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/_default/baseof.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html lang="en">
2+
<html lang="{{ if .Site.LanguageCode }}{{ .Site.LanguageCode }}{{ else }}en{{ end }}">
33
{{- partial "head.html" . -}}
44
<body>
55
<div id="content" class="mx-auto">

0 commit comments

Comments
 (0)