Merge pull request #16 from pajowu/article-modified
add modified date to article
This commit is contained in:
commit
3e243d6861
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user