2011-01-05 16:22:52 +01:00
|
|
|
<footer class="post-info">
|
|
|
|
|
<abbr class="published" title="{{ article.date.isoformat() }}">
|
2011-02-01 21:44:50 +00:00
|
|
|
{{ article.locale_date }}
|
2011-01-05 16:22:52 +01:00
|
|
|
</abbr>
|
|
|
|
|
|
|
|
|
|
{% if article.author %}
|
|
|
|
|
<address class="vcard author">
|
2011-12-22 16:22:34 +00:00
|
|
|
By <a class="url fn" href="{{ SITEURL }}/{{ article.author.url }}">{{ article.author }}</a>
|
2011-01-05 16:22:52 +01:00
|
|
|
</address>
|
|
|
|
|
{% endif %}
|
2011-12-22 15:13:12 +00:00
|
|
|
<p>In <a href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a>. {% if PDF_PROCESSOR %}<a href="{{ SITEURL }}/pdf/{{ article.slug }}.pdf">get the pdf</a>{% endif %}</p>
|
2011-01-05 16:22:52 +01:00
|
|
|
{% include 'taglist.html' %}
|
2012-11-21 14:41:09 +02:00
|
|
|
{% import 'translations.html' as translations with context %}
|
|
|
|
|
{{ translations.translations_for(article) }}
|
2011-01-05 16:22:52 +01:00
|
|
|
</footer><!-- /.post-info -->
|