feat: add book content

This commit is contained in:
Devin Haska 2024-02-17 14:16:41 -08:00
parent 87deddd544
commit 4160f8e968
30 changed files with 349 additions and 18 deletions

View file

@ -5,5 +5,5 @@ title: Catalogue
---
<h1>Catalogue</h1>
{% set items = collections.catalogue %}
{% set items = collections.catalogue | reverse %}
{% include "partials/catalogue.html" %}