feat: rss banner

This commit is contained in:
Cory Dransfeldt 2024-04-22 13:14:19 -07:00
parent df838e8513
commit 47925dc0c8
No known key found for this signature in database
5 changed files with 42 additions and 1 deletions

View file

@ -5,6 +5,7 @@ permalink: "/books/index.html"
---
{%- assign bookData = books | bookStatus: 'started' -%}
<h2 class="page-header">Currently reading</h2>
{% render "partials/banners/rss.liquid", url: "https://feedpress.me/coryd-books", text: "Subscribe to my books feed or follow along on this page" %}
<p>Here's what I'm reading at the moment. <a href="/books/want-to-read/">You can also take a look at what I'm planning to read (eventually).</a></p>
<hr class="large-spacing" />
{% for book in bookData %}