Files
.com/theme/templates/article_infos.html
2011-04-21 01:00:31 -04:00

13 lines
285 B
HTML

{% if not article.project %}
<footer class="post-info">
<abbr class="published" title="{{ article.date.isoformat() }}">
<b>{{ article.locale_date }}</b>
</abbr>
{% include 'taglist.html' %}
{% include 'translations.html' %}
</footer>
{% endif %}