fel_website/themes/cebong/templates/article_infos.html

8 lines
250 B
HTML
Raw Normal View History

2020-04-03 13:05:13 +00:00
<footer class="post-info">
<abbr class="published" title="{{ article.date.isoformat() }}">
{{ article.locale_date }}
</abbr>
{% include 'taglist.html' %}
{% include 'translations.html' %}
</footer><!-- /.post-info -->