Files
pelican-themes/zurb-F5-basic/templates/article_infos_bottom.html
2013-12-31 22:54:56 -05:00

16 lines
479 B
HTML

<p class="subheader">Category: <a href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a>
{% if article.tags %}
Tagged:
{% for tag in article.tags %}
<a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }} </a>
{% endfor %}
{% endif %}
</p>
{% if PDF_PROCESSOR %}<p><a href="{{ SITEURL }}/pdf/{{ article.slug }}.pdf">PDF</a></p>{% endif %}
{% import 'translations.html' as translations with context %}
{{ translations.translations_for(article) }}