Set the <html lang> attribute correctly

This commit is contained in:
Eryn Wells 2022-11-18 07:13:18 -08:00
parent 19f153e706
commit 2c1f64cbca

View file

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