Rename _template.html to template.html

This commit is contained in:
John J. Camilleri
2018-11-29 10:35:43 +01:00
parent 61c58316ea
commit b30456aa0c
2 changed files with 2 additions and 2 deletions

View File

@@ -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"