Final tweeks for public alpha
This commit is contained in:
parent
8f26534b3b
commit
2bf43396f0
8 changed files with 295 additions and 172 deletions
|
|
@ -51,8 +51,7 @@
|
|||
(defn about-page []
|
||||
(layout/render "about.html" {} {:title
|
||||
(str "About " (:site-title env))
|
||||
|
||||
:motd (md-to-html-string (motd))}))
|
||||
:motd (md-to-html-string (slurp (io/resource "about.md")))}))
|
||||
|
||||
|
||||
(defn call-me-page [request]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue