enable theme images
This commit is contained in:
parent
4afdb823d8
commit
4a2e9db68c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
(defn copy-resources-from-theme!
|
||||
[fs-prefix theme target-path ignore-patterns]
|
||||
(let [theme-path (str "templates/themes/" theme)]
|
||||
(cp-io/copy-resources! fs-prefix theme-path ["css" "js"]
|
||||
(cp-io/copy-resources! fs-prefix theme-path ["css" "js" "img"]
|
||||
target-path ignore-patterns)
|
||||
(cp-io/copy-resources! fs-prefix (str theme-path "/html") ["404.html"]
|
||||
target-path ignore-patterns)))
|
||||
|
|
Loading…
Reference in a new issue