feat: book counts

This commit is contained in:
Cory Dransfeldt 2024-05-03 16:18:35 -07:00
parent 5e168c7c79
commit e3e24f2499
No known key found for this signature in database
4 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,6 @@ layout: default
<p><a class="link-arrow flex-centered" href="/books">{% tablericon "arrow-left" "Go back" %} Go back</a></p>
<h2 class="page-header">{{ title }}</h2>
{{ content }}
<p><strong>Books finished:</strong> {{ bookData.size }}
<p>I finished <strong class="highlight-text">{{ bookData.size }} books</strong> in {{ year }}</p>
<hr class="large-spacing" />
{% render "partials/now/media-grid.liquid", data:bookData, shape: "vertical", count: 200, loading: "eager" %}