Final tweeks for public alpha

This commit is contained in:
Simon Brooke 2018-07-19 11:36:36 +01:00
parent 8f26534b3b
commit 2bf43396f0
8 changed files with 295 additions and 172 deletions

View file

@ -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]