diff options
-rw-r--r-- | templates/page.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/page.html b/templates/page.html index 699bd96..a442437 100644 --- a/templates/page.html +++ b/templates/page.html @@ -17,6 +17,10 @@ {% elif page.permalink is containing("food") %} <a href="/food">Yaroslav's recipe book</a></p> {% endif %} + {% if page.updated %} + <p class="publish-date">Last edited {{ page.updated | date(format="%b %d, %Y + %H:%M UTC") }}</p> + {% endif %} {% endblock %} {% block content %} <div class="post-container"> |