This repository has been archived on 2022-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
blog.old/theme/my_theme/templates/taglist.html

3 lines
261 B
HTML

{% if article.tags %}<span>| tags: {% for tag in article.tags %}<a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }}</a>{% endfor %}</span>{% endif %}
{% if PDF_PROCESSOR %}<span><a href="{{ SITEURL }}/pdf/{{ article.slug }}.pdf">| get the pdf</a></span>{% endif %}