1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-23 12:52:31 +03:00

Don't use “shortcut icon”

This commit is contained in:
Artyom 2016-05-11 01:53:38 +03:00
parent 45517537cc
commit d5b6a72a35

View File

@ -532,7 +532,7 @@ wrapPage pageTitle page = doctypehtml_ $ do
title_ (toHtml pageTitle)
meta_ [name_ "viewport",
content_ "width=device-width, initial-scale=1.0, user-scalable=yes"]
link_ [rel_ "shortcut icon", href_ "/favicon.ico"]
link_ [rel_ "icon", href_ "/favicon.ico"]
token <- _googleToken <$> lift ask
unless (T.null token) $
meta_ [name_ "google-site-verification", content_ token]