summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--data/markdown.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/markdown.template b/data/markdown.template
index 236018f..21d9b23 100644
--- a/data/markdown.template
+++ b/data/markdown.template
@@ -1,6 +1,7 @@
+++
title = "$title/nowrap$"
$if(date)$date = "$date/nowrap$"
+$endif$$if(modified)$modified = "$modified/nowrap$"
$endif$$if(author)$author = "$author/nowrap$"
$endif$tags = [$for(tags)$"$tags$"$sep$, $endfor$]
categories = [$for(categories)$"$categories$"$sep$, $endfor$]