From d4de923f1ef6addcda5ee5cfdd5c090b05f68ab1 Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Sun, 15 Aug 2021 20:50:57 +0100 Subject: [PATCH] fix article template for some versions of pandoc --- templates/article.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/article.html b/templates/article.html index 2948bf6..6a7a65b 100644 --- a/templates/article.html +++ b/templates/article.html @@ -11,7 +11,7 @@

tags: $for(tags)$ - $it$$sep$, + $tags$$sep$, $endfor$

$body$