mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 16:42:51 -06:00
Rename _template.html to template.html
This commit is contained in:
@@ -41,7 +41,7 @@ function render_t2t_html {
|
|||||||
--from=html \
|
--from=html \
|
||||||
--to=html5 \
|
--to=html5 \
|
||||||
--standalone \
|
--standalone \
|
||||||
--template="$DIR/_template.html" \
|
--template="$DIR/template.html" \
|
||||||
--variable="rel-root:$relroot" \
|
--variable="rel-root:$relroot" \
|
||||||
--metadata="title:$title" \
|
--metadata="title:$title" \
|
||||||
--metadata="author:$author" \
|
--metadata="author:$author" \
|
||||||
@@ -70,7 +70,7 @@ function render_md_html {
|
|||||||
--from=markdown \
|
--from=markdown \
|
||||||
--to=html5 \
|
--to=html5 \
|
||||||
--standalone \
|
--standalone \
|
||||||
--template="$DIR/_template.html" \
|
--template="$DIR/template.html" \
|
||||||
--variable="rel-root:$relroot" \
|
--variable="rel-root:$relroot" \
|
||||||
"$md" \
|
"$md" \
|
||||||
--output="$html"
|
--output="$html"
|
||||||
|
|||||||
Reference in New Issue
Block a user