mirror of
https://github.com/aelve/guide.git
synced 2024-12-25 22:02:58 +03:00
Add <title>
This commit is contained in:
parent
674552dfae
commit
eb473ed310
@ -300,6 +300,7 @@ instead of simple
|
|||||||
renderRoot :: GlobalState -> HtmlT IO ()
|
renderRoot :: GlobalState -> HtmlT IO ()
|
||||||
renderRoot globalState = doctypehtml_ $ do
|
renderRoot globalState = doctypehtml_ $ do
|
||||||
head_ $ do
|
head_ $ do
|
||||||
|
title_ "Aelve Guide"
|
||||||
let cdnjs = "https://cdnjs.cloudflare.com/ajax/libs/"
|
let cdnjs = "https://cdnjs.cloudflare.com/ajax/libs/"
|
||||||
includeJS (cdnjs <> "jquery/2.2.0/jquery.min.js")
|
includeJS (cdnjs <> "jquery/2.2.0/jquery.min.js")
|
||||||
-- See Note [autosize]
|
-- See Note [autosize]
|
||||||
@ -384,6 +385,7 @@ renderTracking = do
|
|||||||
renderDonate :: HtmlT IO ()
|
renderDonate :: HtmlT IO ()
|
||||||
renderDonate = doctypehtml_ $ do
|
renderDonate = doctypehtml_ $ do
|
||||||
head_ $ do
|
head_ $ do
|
||||||
|
title_ "Donate to Artyom"
|
||||||
includeCSS "/css.css"
|
includeCSS "/css.css"
|
||||||
renderTracking
|
renderTracking
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user