Fix <html> element does not have a [lang] attribute

Using Site variables as suggested on the lonely 5 month old PR #37 from @jcabak
This commit is contained in:
smoreface 2022-08-25 01:16:35 -07:00 committed by GitHub
parent 1969ea2645
commit 33dede820e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="{{.Site.Language.Lang}}">
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}