Specify the language on the html tag
Rather than using a meta tag, apparently this is better.
This commit is contained in:
parent
1b197884d0
commit
0b9098981a
1 changed files with 1 additions and 1 deletions
|
|
@ -67,11 +67,11 @@
|
||||||
(title "Guix Data Service"))
|
(title "Guix Data Service"))
|
||||||
`((doctype "html")
|
`((doctype "html")
|
||||||
(html
|
(html
|
||||||
|
(@ (lang "en"))
|
||||||
(head
|
(head
|
||||||
(title ,title)
|
(title ,title)
|
||||||
(meta (@ (http-equiv "Content-Type")
|
(meta (@ (http-equiv "Content-Type")
|
||||||
(content "text/html; charset=UTF-8")))
|
(content "text/html; charset=UTF-8")))
|
||||||
(meta (@ (http-equiv "Content-Language") (content "en")))
|
|
||||||
(meta (@ (name "author") (content "Christopher Baines")))
|
(meta (@ (name "author") (content "Christopher Baines")))
|
||||||
(meta (@ (name "viewport")
|
(meta (@ (name "viewport")
|
||||||
(content "width=device-width, initial-scale=1")))
|
(content "width=device-width, initial-scale=1")))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue