1
0
mirror of https://gitlab.com/free_zed/free_zed.gitlab.io.git synced 2024-06-18 02:22:31 +00:00
free_zed.gitlab.io/mytheme/templates/taglist.html
2019-01-19 00:30:09 +01:00

2 lines
146 B
HTML

{% if article.tags %}<kbd>{% for tag in article.tags %}<a href="{{ SITEURL }}/{{ tag.url }}">{{ tag | escape }}</a> {% endfor %}</kbd>{% endif %}