Merge branch 'master' of https://github.com/nathanielksmith/tildetown
This commit is contained in:
commit
379b3350b7
@ -8,7 +8,7 @@
|
|||||||
(def timestamp (.strftime (.now datetime) "%Y-%m-%d %H:%M:%S"))
|
(def timestamp (.strftime (.now datetime) "%Y-%m-%d %H:%M:%S"))
|
||||||
|
|
||||||
(defn slurp [filename]
|
(defn slurp [filename]
|
||||||
(.read (open filename "r")))
|
(.read (apply open [filename "r"] {"encoding" "utf-8"})))
|
||||||
|
|
||||||
(def default-html (slurp "/etc/skel/public_html/index.html"))
|
(def default-html (slurp "/etc/skel/public_html/index.html"))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user