From bd4816d61456b5f79def8d8e33fb485b518852cf Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 26 May 2023 17:59:50 +0100 Subject: Add modified date to template --- data/markdown.template | 1 + 1 file changed, 1 insertion(+) 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$] -- cgit