feat: move categories to tags
This commit is contained in:
parent
b6c9a2b75c
commit
327b38f35b
56 changed files with 125 additions and 136 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue