feat: update lang attribute

This commit is contained in:
Henk Verlinde
2022-07-07 11:32:11 +02:00
parent b4682116de
commit 3665a521e4
5 changed files with 7 additions and 5 deletions

View File

@ -1,5 +1,5 @@
<!doctype html>
<html lang="{{ .Site.LanguageCode | default "en" }}">
<html lang="{{ .Site.Params.languageTag | default "en-US" }}">
{{ partial "head/head.html" . }}
{{ if eq .Kind "home" -}}
{{ .Scratch.Set "class" "home" -}}