home · contact · privacy
Rename pandoc template file.
authorChristian Heller <c.heller@plomlompom.de>
Fri, 23 Dec 2016 21:12:06 +0000 (22:12 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Fri, 23 Dec 2016 21:12:06 +0000 (22:12 +0100)
processor/metadata/default.intermediate.do
processor/metadata/intermediate.pandoc_tmpl [new file with mode: 0644]
processor/metadata/intermediate.tmpl [deleted file]

index e6addeae5d18512aee7bed156b7feea0aeda5888..adcd2eb93b065d70db7ad7250aa4198ea2627958 100644 (file)
@@ -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 (file)
index 0000000..2357009
--- /dev/null
@@ -0,0 +1,2 @@
+$title$
+$body$
diff --git a/processor/metadata/intermediate.tmpl b/processor/metadata/intermediate.tmpl
deleted file mode 100644 (file)
index 2357009..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-$title$
-$body$