This commit is contained in:
czaks 2014-10-09 01:24:14 +02:00
commit 5c1b5d133c

View File

@ -0,0 +1,4 @@
{% if post.edited_at %}
<br>
<span class="unimportant edited">Post last edited at <em class="edited-time">{{ post.edited_at }}</em></span>
{% endif %}