add lang attribute to html tag

This commit is contained in:
Amolith 2021-11-17 16:23:25 -05:00
parent 09a45b9b08
commit 8ef4dd5cd9
Signed by: Amolith
GPG Key ID: 5548AD9930655715
1 changed files with 1 additions and 1 deletions

View File

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