From 22fd3850efac14d8dee02e09831e212afd9c8611 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Wed, 1 May 2024 15:32:40 -0700 Subject: [PATCH] chore: go back --- src/_includes/book-year.liquid | 4 +++- src/_includes/partials/home/posts.liquid | 2 +- src/assets/styles/base/index.css | 8 ++++---- src/pages/books/years/2023.html | 3 +-- src/pages/books/years/2024.html | 3 +-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/_includes/book-year.liquid b/src/_includes/book-year.liquid index 3aadcf3a..a1b78c52 100644 --- a/src/_includes/book-year.liquid +++ b/src/_includes/book-year.liquid @@ -1,7 +1,9 @@ --- layout: default --- +{% assign bookData = books | bookStatus: 'finished' | bookFinishedYear: year %} +

{% tablericon "arrow-left" "Go back" %} Go back

{{ content }} -{% assign bookData = books | bookStatus: 'finished' | bookFinishedYear: year %} +
{% render "partials/now/media-grid.liquid", data:bookData, shape: "vertical", count: 200 %} \ No newline at end of file diff --git a/src/_includes/partials/home/posts.liquid b/src/_includes/partials/home/posts.liquid index 9d8b111b..0bc15d2b 100644 --- a/src/_includes/partials/home/posts.liquid +++ b/src/_includes/partials/home/posts.liquid @@ -23,6 +23,6 @@ {% endfor %} {% if postType != 'featured' %} - View all posts {% tablericon "arrow-right" "View all posts" %} + View all posts {% tablericon "arrow-right" "View all posts" %} {% endif %} \ No newline at end of file diff --git a/src/assets/styles/base/index.css b/src/assets/styles/base/index.css index 016150cf..0a1a17bf 100644 --- a/src/assets/styles/base/index.css +++ b/src/assets/styles/base/index.css @@ -283,13 +283,13 @@ a svg:focus { stroke: var(--accent-color-hover); } -a.view-all svg { +a.link-arrow svg { stroke: var(--accent-color); } -a.view-all:hover svg, -a.view-all:active svg, -a.view-all:focus svg { +a.link-arrow:hover svg, +a.link-arrow:active svg, +a.link-arrow:focus svg { transform: rotate(0deg); stroke: var(--accent-color-hover); } diff --git a/src/pages/books/years/2023.html b/src/pages/books/years/2023.html index 55d93e93..ebcf1ba9 100644 --- a/src/pages/books/years/2023.html +++ b/src/pages/books/years/2023.html @@ -4,5 +4,4 @@ year: 2023 layout: book-year permalink: "/books/years/2023.html" --- -

This is everything I've read in 2023. My favorites were: Stay True, Where Are Your Boys Tonight?, Trouble Boys, Tracers in the Dark and Girl in a Band.

-
\ No newline at end of file +

This is everything I've read in 2023. My favorites were: Stay True, Where Are Your Boys Tonight?, Trouble Boys, Tracers in the Dark and Girl in a Band.

\ No newline at end of file diff --git a/src/pages/books/years/2024.html b/src/pages/books/years/2024.html index 08c44f54..d0d029d8 100644 --- a/src/pages/books/years/2024.html +++ b/src/pages/books/years/2024.html @@ -4,5 +4,4 @@ year: 2024 layout: book-year permalink: "/books/years/2024.html" --- -

This is everything I've read in 2024 — continuing my trend of concentrating on science fiction, tech coverage, pop sci, autobiographies and coverage of musicians I appreciate.

-
\ No newline at end of file +

This is everything I've read in 2024 — continuing my trend of concentrating on science fiction, tech coverage, pop sci, autobiographies and coverage of musicians I appreciate.

\ No newline at end of file