fix: 404
This commit is contained in:
parent
c61169a7db
commit
09cdd5dbdc
1 changed files with 1 additions and 2 deletions
|
@ -9,8 +9,7 @@ schema: books
|
||||||
{%- assign bookData = books | bookStatus: 'started' | reverse -%}
|
{%- assign bookData = books | bookStatus: 'started' | reverse -%}
|
||||||
{%- assign currentBookCount = books | currentBookCount -%}
|
{%- assign currentBookCount = books | currentBookCount -%}
|
||||||
<h2 class="page-header">Currently reading</h2>
|
<h2 class="page-header">Currently reading</h2>
|
||||||
<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>Here's what I'm reading at the moment. I've finished <strong class="highlight-text">{{ currentBookCount }} books</strong> this year.</p>
|
||||||
<p>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" %}
|
{% 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" />
|
<hr class="large-spacing" />
|
||||||
|
|
Reference in a new issue