Skip to content

Commit

Permalink
Update archive.html
Browse files Browse the repository at this point in the history
  • Loading branch information
verityj authored Jun 28, 2023
1 parent b6832b4 commit 4d906c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ <h6>
<span>
{{ item.date | date: site.date_format | escape }}

{% if page.last_modified_date %}
{% if item.last_modified_date %}
&nbsp; &bull; &nbsp; last modified
{{ page.last_modified_date | date: site.date_format | escape }}
{{ item.last_modified_date | date: site.date_format | escape }}
{% endif %}

&nbsp; &bull; &nbsp;
Expand Down

0 comments on commit 4d906c2

Please sign in to comment.