feat: move books to their own section
This commit is contained in:
parent
8c72d1dd56
commit
db87e0928f
37 changed files with 134 additions and 39 deletions
|
@ -10,7 +10,9 @@ permalink: "games/year/{{ year.value }}/index.html"
|
|||
{% from "macros/media-grid.njk" import grid %}
|
||||
{% set gamesData = year.data | reverse %}
|
||||
<section class="flow">
|
||||
<a href="/games">Back to games</a>
|
||||
<a class="button" href="/games">
|
||||
{% include "svgs/arrow-left.svg" %}
|
||||
Back to games</a>
|
||||
<h1>Games in {{ year.value }}</h1>
|
||||
<p>
|
||||
A collection of games I've played in <strong>{{ year.value }}</strong>.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue