mirror of
https://github.com/aelve/guide.git
synced 2024-12-24 21:35:06 +03:00
parent
4f823ddba7
commit
5cff313a2e
@ -149,6 +149,8 @@ wrapPage :: Text -> HtmlT IO () -> HtmlT IO ()
|
||||
wrapPage pageTitle page = doctypehtml_ $ do
|
||||
head_ $ do
|
||||
title_ (toHtml pageTitle)
|
||||
meta_ [name_ "viewport",
|
||||
content_ "width=device-width, initial-scale=1.0, user-scalable=yes"]
|
||||
let cdnjs = "https://cdnjs.cloudflare.com/ajax/libs/"
|
||||
includeJS (cdnjs <> "jquery/2.2.0/jquery.min.js")
|
||||
-- See Note [autosize]
|
||||
|
Loading…
Reference in New Issue
Block a user