Skip to content

Commit e271af0

Browse files
Merge pull request #24 from fabianski7/patch-2
Read the languageCode variable
2 parents b968ce0 + 9e38085 commit e271af0

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)