1
Fork 0

Add lang to html tag

Because according to @mltnhm, this is required by HTML spec
This commit is contained in:
Jake Howard 2018-01-24 15:09:06 +00:00
parent 81848212f8
commit ebd7404fae
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -1,5 +1,5 @@
<!DOCTYPE HTML>
<html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Language" content="{{ .Site.Language.Lang }}" />