mirror of
https://github.com/aelve/guide.git
synced 2024-12-25 13:51:45 +03:00
Minor
This commit is contained in:
parent
31cd006cf8
commit
e8f6d26d9f
@ -154,6 +154,8 @@ renderDonate :: (MonadIO m, MonadReader Config m) => HtmlT m ()
|
||||
renderDonate = doctypehtml_ $ do
|
||||
head_ $ do
|
||||
title_ "Donate to Artyom"
|
||||
meta_ [name_ "viewport",
|
||||
content_ "width=device-width, initial-scale=1.0, user-scalable=yes"]
|
||||
includeCSS "/css.css"
|
||||
renderTracking
|
||||
body_ $
|
||||
|
Loading…
Reference in New Issue
Block a user