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:
parent
45517537cc
commit
d5b6a72a35
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user