Fix <html> element does not have a [lang] attribute (#44)

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

Using Site variables as suggested on the lonely 5 month old PR #37 from @jcabak

* Update layouts/_default/baseof.html

Co-authored-by: Lukas Joswiak <lukas@lukasjoswiak.com>

Co-authored-by: Lukas Joswiak <lukas@lukasjoswiak.com>
This commit is contained in:
smoreface 2022-10-05 22:17:50 -07:00 committed by GitHub
parent 3473a5e7f6
commit 0a8754ea11
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" . -}}