From 5a8169e0f5d2cc430ce833851c5fdaa5c96fe100 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 13 Mar 2024 21:27:59 -0500 Subject: add option to show last updated page date --- templates/page.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/page.html b/templates/page.html index 99f42ab..b858d1a 100644 --- a/templates/page.html +++ b/templates/page.html @@ -16,6 +16,9 @@ {% if page.date %}

{% endif %} + {% if page.updated %} +

Last Updated:

+ {% endif %}

{{ page.word_count }} words; {{ page.reading_time }} minute(s)

{% if page.toc %}
-- cgit v1.2.3