diff --git a/src/jbuild b/src/jbuild index 714d7de..576724f 100644 --- a/src/jbuild +++ b/src/jbuild @@ -16,9 +16,9 @@ ((section share) (files ( (../share/config.toml as config.toml) - (../share/html_templates/frontpage.mustache as html_templates/frontpage.mustache) - (../share/html_templates/header.mustache as html_templates/header.mustache) - (../share/html_templates/item.mustache as html_templates/item.mustache) - (../share/html_templates/list.mustache as html_templates/list.mustache) - (../share/html_templates/note.mustache as html_templates/note.mustache) + (../share/template/frontpage.mustache as template/frontpage.mustache) + (../share/template/header.mustache as template/header.mustache) + (../share/template/item.mustache as template/item.mustache) + (../share/template/list.mustache as template/list.mustache) + (../share/template/note.mustache as template/note.mustache) ))))