aboutsummaryrefslogtreecommitdiffstats
path: root/cebong/templates/article_infos.html
blob: f40c33bd60c79c81147b4403c6d96c0cce205386 (plain) (blame)
1
2
3
4
5
6
7
<footer class="post-info">
        <abbr class="published" title="{{ article.date.isoformat() }}">
                {{ article.locale_date }}
        </abbr>
{% include 'taglist.html' %}
{% include 'translations.html' %}
</footer><!-- /.post-info -->