fix: cleanup

This commit is contained in:
Cory Dransfeldt 2024-06-09 20:49:12 -07:00
parent f03cee9c5a
commit df36cd266c
No known key found for this signature in database
25 changed files with 29 additions and 29 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> <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>
<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 %}