Merge pull request #16 from pajowu/article-modified

add modified date to article
This commit is contained in:
Gilson Filho 2016-01-18 08:44:08 -03:00
commit 3e243d6861
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@
{% endfor %}
on {{ article.locale_date }}
</span>
{% if article.modified %}
<span class="meta">Updated on {{ article.locale_modified }}</span>
{% endif %}
{% import 'translations.html' as translations with context %}
{{ translations.translations_for(article) }}
</div>