Revert "fix: cleanup"

This reverts commit 930cc60175.
This commit is contained in:
Cory Dransfeldt 2024-06-09 20:46:18 -07:00
parent 930cc60175
commit f03cee9c5a
No known key found for this signature in database
32 changed files with 47 additions and 47 deletions

View file

@ -1,5 +1,5 @@
---
title: Currently reading · Books
title: Currently reading Books
description: Here's what I'm reading at the moment.
layout: default
permalink: "/books/index.html"
@ -10,7 +10,7 @@ schema: books
{%- assign currentBookCount = books | currentBookCount -%}
<h2 class="page-header">Currently reading</h2>
<p>Here's what I'm reading at the moment. I've finished <strong class="highlight-text">{{ currentBookCount }} books</strong> this year.</p>
<p><a href="/books/years/2024">2024</a> &middot; <a href="/books/years/2023">2023</a> &middot; <a href="/books/years/2022">2022</a> &middot; <a href="/books/years/2021">2021</a> &middot; <a href="/books/years/2020">2020</a></p>
<p><a href="/books/years/2024">2024</a> <a href="/books/years/2023">2023</a> <a href="/books/years/2022">2022</a> <a href="/books/years/2021">2021</a> <a href="/books/years/2020">2020</a></p>
{% render "partials/banners/rss.liquid", url: "https://feedpress.me/coryd-books", text: "Subscribe to my books feed or follow along on this page" %}
<hr class="large-spacing" />
{% for book in bookData %}