--- title: Catalogue description: A collection of media I've consumed in one way or another. --- {% from "macros/catalogue.njk" import yearList %}
A collection of my thoughts on various forms of media that I consume.
{% include "partials/catalogue-types.html" %} {% set itemsByYear = collections.catalogue | reverse | organizeByDate %} {% set years = itemsByYear | keys | sort("desc") %}