mirror of
https://github.com/tanrax/RSSPAPER.git
synced 2025-04-15 08:45:58 -04:00
Fix format
This commit is contained in:
parent
da46864b9b
commit
2e9846a22c
@ -29,8 +29,7 @@
|
||||
(selmer.parser/set-resource-path! path-theme)
|
||||
(with-open [writer (io/writer path-dist-index)]
|
||||
(.write writer (s/render-file file-index {:title (:title config)
|
||||
:articles (get-articles)
|
||||
})))
|
||||
:articles (get-articles)})))
|
||||
;; Make static
|
||||
(copy-uri-to-file (str path-theme zip-static) tmp-static)
|
||||
(fsc/unzip tmp-static dir-dist)))
|
Loading…
x
Reference in New Issue
Block a user