--- title: Books permalink: "books/index.html" --- {% from "macros/media-grid.njk" import grid %} {% set data = collections.book | reverse | limit(5) %} {% set faves = collections.book | filterFavourites | reverse | limit(5) %} {% set tags = collections.book | allTagCounts(["book"]) | limit(5) %} Books A collection of books I've read over the years. I hope one day its an exhaustive list. Tags {% for tag in tags %} {% include "svgs/frame.svg" %} {{ tag.tag }} {% endfor %} Recent books {{ grid(data) }} Favourite books {{ grid(faves) }}
A collection of books I've read over the years. I hope one day its an exhaustive list.