aboutsummaryrefslogtreecommitdiffstats
path: root/photowall/templates/article_infos.html
blob: 0bca8ca055f67ce806dd6e55558cf56034b250ca (plain)
1
2
3
4
5
6
7
8
9
        <abbr class="published" title="{{ article.date.isoformat() }}">
                {{ article.locale_date }}
        </abbr>
        {% if article.modified %}
		<br />
        <abbr class="modified" title="{{ article.modified.isoformat() }}">
                Updated: {{ article.locale_modified }}
        </abbr>
        {% endif %}