--- permalink: "books/index.html" --- {% from "macros/media-grid.njk" import grid %} {% set data = collections.book | reverse %} {% set yearsData = collections.booksByYear | values | reverse %} Books A collection of games I've read over the years. Browse by release year {% for year in yearsData %} {{ year.value }} {% endfor %} Latest books {{ grid(data) }}
A collection of games I've read over the years.