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