Add lang to html tag
Because according to @mltnhm, this is required by HTML spec
This commit is contained in:
parent
81848212f8
commit
ebd7404fae
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="Content-Language" content="{{ .Site.Language.Lang }}" />
|
||||
|
|
Loading…
Reference in a new issue