From 3917915d50c8d47500f441321e9a2699609b5c9c Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 20 May 2024 16:14:21 -0700 Subject: [PATCH] fix: banner consistency --- src/pages/main/books/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}