summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/template.html (renamed from bin/_template.html)0
-rwxr-xr-xbin/update_html4
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/_template.html b/bin/template.html
index cffae1b3b..cffae1b3b 100644
--- a/bin/_template.html
+++ b/bin/template.html
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"