--- title: Recent books permalink: "books/recent/index.html" --- {% from "macros/media-grid.njk" import grid %} {% set data = collections.book | reverse %} {% set tags = collections.book | allTagCounts(["book"]) | limit(5) %}

Recent books

A collection of books I've read.

Tags

{{ grid(data) }}