diff --git a/templates/post/edited_at.html b/templates/post/edited_at.html new file mode 100644 index 00000000..ac49fc81 --- /dev/null +++ b/templates/post/edited_at.html @@ -0,0 +1,4 @@ +{% if post.edited_at %} +
+ Post last edited at {{ post.edited_at }} +{% endif %}