summaryrefslogtreecommitdiff
path: root/src/pyssg/plt/tag_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyssg/plt/tag_list.html')
-rw-r--r--src/pyssg/plt/tag_list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pyssg/plt/tag_list.html b/src/pyssg/plt/tag_list.html
index ebc864e..5175a91 100644
--- a/src/pyssg/plt/tag_list.html
+++ b/src/pyssg/plt/tag_list.html
@@ -1,7 +1,7 @@
-{%macro print(tags)%}
+{%macro print(tags, prefix)%}
<p>Tags:
{%for t in tags-%}
- <a href="/tags/{{t}}.html">{{t}}</a>{{", " if not loop.last else ""}}
+ <a href="/tags/{{prefix}}{{t}}.html">{{t}}</a>{{", " if not loop.last else ""}}
{%-endfor%}
</p>
{%endmacro%}