fix article template for some versions of pandoc

This commit is contained in:
Akbar Rahman 2021-08-15 20:50:57 +01:00
parent d77077f13d
commit d4de923f1e

View File

@ -11,7 +11,7 @@
<body>
<p style="font-size: 0.7em"> tags:
$for(tags)$
<a href="/.tags/$it$.html">$it$</a>$sep$,
<a href="/.tags/$tags$.html">$tags$</a>$sep$,
$endfor$
</p>
$body$