chore: bug fixes, organization, metadata
This commit is contained in:
parent
ebdcf8021e
commit
63e8c2ec30
21 changed files with 54 additions and 78 deletions
7
src/_includes/book-year.liquid
Normal file
7
src/_includes/book-year.liquid
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
layout: default
|
||||
---
|
||||
<h2 class="page-header">{{ title }}</h2>
|
||||
{{ content }}
|
||||
{% assign bookData = books | bookStatus: 'finished' | bookFinishedYear: year %}
|
||||
{% render "partials/now/media-grid.liquid", data:bookData, shape: "vertical", count: 200 %}
|
Reference in a new issue