chore: go back
This commit is contained in:
parent
b2bb3590ab
commit
22fd3850ef
5 changed files with 10 additions and 10 deletions
|
@ -1,7 +1,9 @@
|
||||||
---
|
---
|
||||||
layout: default
|
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>
|
<h2 class="page-header">{{ title }}</h2>
|
||||||
{{ content }}
|
{{ content }}
|
||||||
{% assign bookData = books | bookStatus: 'finished' | bookFinishedYear: year %}
|
<hr class="large-spacing" />
|
||||||
{% render "partials/now/media-grid.liquid", data:bookData, shape: "vertical", count: 200 %}
|
{% render "partials/now/media-grid.liquid", data:bookData, shape: "vertical", count: 200 %}
|
|
@ -23,6 +23,6 @@
|
||||||
</article>
|
</article>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% if postType != 'featured' %}
|
{% 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 %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
|
@ -283,13 +283,13 @@ a svg:focus {
|
||||||
stroke: var(--accent-color-hover);
|
stroke: var(--accent-color-hover);
|
||||||
}
|
}
|
||||||
|
|
||||||
a.view-all svg {
|
a.link-arrow svg {
|
||||||
stroke: var(--accent-color);
|
stroke: var(--accent-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
a.view-all:hover svg,
|
a.link-arrow:hover svg,
|
||||||
a.view-all:active svg,
|
a.link-arrow:active svg,
|
||||||
a.view-all:focus svg {
|
a.link-arrow:focus svg {
|
||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
stroke: var(--accent-color-hover);
|
stroke: var(--accent-color-hover);
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,5 +4,4 @@ year: 2023
|
||||||
layout: book-year
|
layout: book-year
|
||||||
permalink: "/books/years/2023.html"
|
permalink: "/books/years/2023.html"
|
||||||
---
|
---
|
||||||
<p>This is everything I've read in 2023. My favorites were: <em>Stay True</em>, <em>Where Are Your Boys Tonight?</em>, <em>Trouble Boys</em>, <em>Tracers in the Dark</em> and <em>Girl in a Band</em>.</p>
|
<p>This is everything I've read in 2023. My favorites were: <em>Stay True</em>, <em>Where Are Your Boys Tonight?</em>, <em>Trouble Boys</em>, <em>Tracers in the Dark</em> and <em>Girl in a Band</em>.</p>
|
||||||
<hr class="large-spacing" />
|
|
|
@ -4,5 +4,4 @@ year: 2024
|
||||||
layout: book-year
|
layout: book-year
|
||||||
permalink: "/books/years/2024.html"
|
permalink: "/books/years/2024.html"
|
||||||
---
|
---
|
||||||
<p>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.</p>
|
<p>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.</p>
|
||||||
<hr class="large-spacing" />
|
|
Reference in a new issue