diff --git a/src/pages/main/books/index.html b/src/pages/main/books/index.html index ffbab24f..5a774865 100644 --- a/src/pages/main/books/index.html +++ b/src/pages/main/books/index.html @@ -8,10 +8,10 @@ schema: books {%- assign bookData = books | bookStatus: 'started' | reverse -%} {%- assign currentBookCount = books | currentBookCount -%} -{% render "partials/banners/rss.liquid", url: "https://feedpress.me/coryd-books", text: "Subscribe to my books feed or follow along on this page" %}

Here's what I'm reading at the moment. You can also take a look at what I'm planning to read (eventually).

I've finished {{ currentBookCount }} books this year.

20242023202220212020

+{% render "partials/banners/rss.liquid", url: "https://feedpress.me/coryd-books", text: "Subscribe to my books feed or follow along on this page" %}
{% for book in bookData %} {% capture alt %}{{ book.title }} by {{ book.authors }}{% endcapture %}