gergelypolonkai-web-jekyll/my_theme/templates/taglist.html

2 lines
148 B
HTML

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