feat: move categories to tags

This commit is contained in:
Devin Haska 2024-02-17 00:10:43 -08:00
parent b6c9a2b75c
commit 327b38f35b
56 changed files with 125 additions and 136 deletions

View file

@ -5,5 +5,4 @@ title: Catalogue
---
<h1>Catalogue yo</h1>
{% set items = collections.catalogue %}
{% include "partials/archive.html" %}
{% for item in collections.catalogue %}{{ item.data.tags | dump }}{% endfor %}