chore: update books page
This commit is contained in:
parent
ee006f04ba
commit
b2bb3590ab
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ permalink: "/books/index.html"
|
|||
<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>
|
||||
<p><a href="/books/years/2024">2024</a> • <a href="/books/years/2023">2023</a></p>
|
||||
<hr class="large-spacing" />
|
||||
{% for book in bookData %}
|
||||
{% capture alt %}{{ book.title }} by {{ book.authors }}{% endcapture %}
|
||||
|
|
Reference in a new issue