選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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