chore: improve + simplify update timestamps in footer
This commit is contained in:
parent
de10bfd839
commit
5437d3c009
10 changed files with 55 additions and 50 deletions
|
@ -2,6 +2,7 @@
|
|||
title: Currently reading • Books
|
||||
layout: default
|
||||
permalink: "/books/index.html"
|
||||
updated: "now"
|
||||
schema: books
|
||||
---
|
||||
{%- assign bookData = books | bookStatus: 'started' | reverse -%}
|
||||
|
@ -28,5 +29,4 @@ schema: books
|
|||
{% if book.description %}<blockquote class="description">{{ book.description }}</blockquote>{% endif %}
|
||||
</div>
|
||||
</article>
|
||||
{% endfor %}
|
||||
<p class="explainer text-small text-centered"><em>This page was last updated on {{ "now" | date: "%B %-d, %-I:%M%p", "America/Los_Angeles" }}. It typically updates once an hour.</em></p>
|
||||
{% endfor %}
|
Reference in a new issue