fel_website/themes/cebong/templates/article_infos.html
2020-04-03 15:05:13 +02:00

8 lines
250 B
HTML

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