From 792d29487ea7c4c27bd9b7b5584c47d5d05e2282 Mon Sep 17 00:00:00 2001 From: Stavros Polymenis Date: Mon, 18 Dec 2017 22:24:24 +0000 Subject: [PATCH] Correct jbuild paths for templates --- src/jbuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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) ))))