From: Christian Heller Date: Fri, 23 Dec 2016 21:12:06 +0000 (+0100) Subject: Rename pandoc template file. X-Git-Url: https://plomlompom.com/repos/?p=redo-blog;a=commitdiff_plain;h=f88948caf952c4fd913ea7466c2f1ab3455af506 Rename pandoc template file. --- diff --git a/processor/metadata/default.intermediate.do b/processor/metadata/default.intermediate.do index e6addea..adcd2eb 100644 --- a/processor/metadata/default.intermediate.do +++ b/processor/metadata/default.intermediate.do @@ -1,6 +1,6 @@ #!/bin/sh -template=intermediate.tmpl +template=intermediate.pandoc_tmpl uuidfile="${1%.intermediate}.uuid" redo-ifchange "$uuidfile" redo-ifchange "$template" diff --git a/processor/metadata/intermediate.pandoc_tmpl b/processor/metadata/intermediate.pandoc_tmpl new file mode 100644 index 0000000..2357009 --- /dev/null +++ b/processor/metadata/intermediate.pandoc_tmpl @@ -0,0 +1,2 @@ +$title$ +$body$ diff --git a/processor/metadata/intermediate.tmpl b/processor/metadata/intermediate.tmpl deleted file mode 100644 index 2357009..0000000 --- a/processor/metadata/intermediate.tmpl +++ /dev/null @@ -1,2 +0,0 @@ -$title$ -$body$