feat: book counts
This commit is contained in:
parent
5e168c7c79
commit
e3e24f2499
4 changed files with 11 additions and 2 deletions
|
@ -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" %}
|
Reference in a new issue