Correct jbuild paths for templates
This commit is contained in:
parent
62a77d169b
commit
792d29487e
10
src/jbuild
10
src/jbuild
@ -16,9 +16,9 @@
|
|||||||
((section share)
|
((section share)
|
||||||
(files (
|
(files (
|
||||||
(../share/config.toml as config.toml)
|
(../share/config.toml as config.toml)
|
||||||
(../share/html_templates/frontpage.mustache as html_templates/frontpage.mustache)
|
(../share/template/frontpage.mustache as template/frontpage.mustache)
|
||||||
(../share/html_templates/header.mustache as html_templates/header.mustache)
|
(../share/template/header.mustache as template/header.mustache)
|
||||||
(../share/html_templates/item.mustache as html_templates/item.mustache)
|
(../share/template/item.mustache as template/item.mustache)
|
||||||
(../share/html_templates/list.mustache as html_templates/list.mustache)
|
(../share/template/list.mustache as template/list.mustache)
|
||||||
(../share/html_templates/note.mustache as html_templates/note.mustache)
|
(../share/template/note.mustache as template/note.mustache)
|
||||||
))))
|
))))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user