chore: go back

This commit is contained in:
Cory Dransfeldt 2024-05-01 15:32:40 -07:00
parent b2bb3590ab
commit 22fd3850ef
No known key found for this signature in database
5 changed files with 10 additions and 10 deletions

View file

@ -1,7 +1,9 @@
---
layout: default
---
{% assign bookData = books | bookStatus: 'finished' | bookFinishedYear: year %}
<p><a class="link-arrow flex-centered" href="/books">{% tablericon "arrow-left" "Go back" %} Go back</a></p>
<h2 class="page-header">{{ title }}</h2>
{{ content }}
{% assign bookData = books | bookStatus: 'finished' | bookFinishedYear: year %}
<hr class="large-spacing" />
{% render "partials/now/media-grid.liquid", data:bookData, shape: "vertical", count: 200 %}

View file

@ -23,6 +23,6 @@
</article>
{% endfor %}
{% if postType != 'featured' %}
<a class="view-all flex-centered" href="/posts">View all posts {% tablericon "arrow-right" "View all posts" %}</a>
<a class="link-arrow flex-centered" href="/posts">View all posts {% tablericon "arrow-right" "View all posts" %}</a>
{% endif %}
</div>