summaryrefslogtreecommitdiff
path: root/bin/update_html
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2018-11-29 10:35:43 +0100
committerJohn J. Camilleri <john@digitalgrammars.com>2018-11-29 10:35:43 +0100
commitb30456aa0c8157360e7f3ef5a3e2e677cdd7d40e (patch)
treee4876f79587efc171761c46f4fc1a94f1f1a0651 /bin/update_html
parent61c58316ead1c3b65cb00e82c29784e6280145d7 (diff)
Rename _template.html to template.html
Diffstat (limited to 'bin/update_html')
-rwxr-xr-xbin/update_html4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/update_html b/bin/update_html
index ec82ec491..bb0ce3ad4 100755
--- a/bin/update_html
+++ b/bin/update_html
@@ -41,7 +41,7 @@ function render_t2t_html {
--from=html \
--to=html5 \
--standalone \
- --template="$DIR/_template.html" \
+ --template="$DIR/template.html" \
--variable="rel-root:$relroot" \
--metadata="title:$title" \
--metadata="author:$author" \
@@ -70,7 +70,7 @@ function render_md_html {
--from=markdown \
--to=html5 \
--standalone \
- --template="$DIR/_template.html" \
+ --template="$DIR/template.html" \
--variable="rel-root:$relroot" \
"$md" \
--output="$html"