diff --git a/_layouts/post.html b/_layouts/post.html
index 50a1c82..65cfbcd 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -11,6 +11,10 @@
{{ page.date | date: site.date_format | escape }}
+ {% if page.last_modified_date %}
+ • last modified
+ {{ page.last_modified_date | date: site.date_format | escape }}
+ {% endif %}
•
{% assign words = page.content | number_of_words %}