fel_website/themes/cebong/templates/article_infos.html
2020-05-16 19:58:00 +02:00

8 lines
250 B
HTML
Executable File

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