Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

17 lignes
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. #}