diff options
author | quidtum <quidtum> | 2020-12-06 21:04:01 -0500 |
---|---|---|
committer | quidtum <quidtum> | 2020-12-06 21:04:01 -0500 |
commit | 7bfd0f70f486a4b3e8cbdceb63438cf47007a5cc (patch) | |
tree | 756fe01b94615194bc25653d7374910a8ad84b43 /src | |
parent | 9628bb5d4bff80f78e75eaca02855d54f22c350a (diff) |
favicon
Diffstat (limited to 'src')
-rw-r--r-- | src/Lib.hs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -704,6 +704,7 @@ pageTemplate domainName crumbs body = doctypehtml_ $ do title_ $ toHtml $ "Spectral Renga" <> titleDomain meta_ [charset_ "utf-8"] meta_ [name_ "viewport", content_ "width=device-width, initial-scale=1.0"] + link_ [rel_ "shortcut icon", type_ "image/x-icon", href_ "/static/favicon.ico"] link_ [rel_ "stylesheet", type_ "text/css", href_ "/static/style.css"] body_ $ div_ [class_ "container"] $ do div_ [class_ "row navbar"] $ |