You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
485B

  1. <p class="subheader">Category: <a href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a>
  2. {% if article.tags %}
  3. Tagged:
  4. {% for tag in article.tags %}
  5. <a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }} </a>
  6. {% endfor %}
  7. {% endif %}
  8. </p>
  9. {% if PDF_PROCESSOR %}<p><a href="{{ SITEURL }}/pdf/{{ article.slug }}.pdf">PDF</a></p>{% endif %}
  10. {#
  11. {% import 'translations.html' as translations with context %}
  12. {{ translations.translations_for(article) }}
  13. #}