This commit is contained in:
2024-12-02 18:32:37 -06:00
parent 686239ea03
commit 115c9497df
3 changed files with 189 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Some pictures I thought would be worth posting.
{{ gallery.title }}
</h3>
</a>
<time class="postlist-date" datetime="{{ gallery.date }}">{{ gallery.date | readableDate("LLLL yyyy") }}</time>
<time class="postlist-date" datetime="{{ gallery.date | htmlDateString}}">{{ gallery.date | readableDate("LLLL yyyy") }}</time>
<p>{{ gallery.synopsis | truncate(105) | safe }}</p>
</div>
</article>