mirror of
https://github.com/tanrax/RSSPAPER.git
synced 2025-11-25 20:16:19 -05:00
Update template
This commit is contained in:
@@ -15,4 +15,7 @@
|
||||
(.mkdir (java.io.File. dir))
|
||||
;; Make dist/index.html
|
||||
(with-open [wrtr (io/writer path)]
|
||||
(.write wrtr (s/render-file (str "themes/" (:theme config) ".html") {:data data})))))
|
||||
(.write wrtr (s/render-file (str "themes/" (:theme config) ".html") {
|
||||
:title (:title config)
|
||||
:data data
|
||||
})))))
|
||||
Reference in New Issue
Block a user