From b6832b426af2340b5185f06f37990cff44a43fc3 Mon Sep 17 00:00:00 2001 From: Verity <954902+verityj@users.noreply.github.com> Date: Wed, 28 Jun 2023 13:10:37 -0400 Subject: [PATCH] Update archive.html --- archive.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/archive.html b/archive.html index f2b3c29..b40a836 100644 --- a/archive.html +++ b/archive.html @@ -8,7 +8,14 @@

{{ item.title | escape }}

- {{ item.date | date: site.date_format }}   •   + {{ item.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 = item.content | number_of_words %} {% if words < 360 %} 1 min read