Skip to content

Commit

Permalink
Update post.html
Browse files Browse the repository at this point in the history
  • Loading branch information
verityj committed Jun 28, 2023
1 parent 756cb7a commit 3168d07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ <h6>
<span>
{{ page.date | date: site.date_format | escape }}

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

&nbsp; &bull; &nbsp;
{% assign words = page.content | number_of_words %}
Expand Down

0 comments on commit 3168d07

Please sign in to comment.