feat: update catalogue to work with tags
This commit is contained in:
parent
327b38f35b
commit
87deddd544
7 changed files with 48 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"layout": "catalogue",
|
||||
"tags": "games",
|
||||
"tags": "game",
|
||||
"permalink": "games/{{ page.fileSlug }}/index.html"
|
||||
}
|
||||
|
|
|
@ -4,5 +4,6 @@ permalink: /catalogue/index.html
|
|||
title: Catalogue
|
||||
---
|
||||
|
||||
<h1>Catalogue yo</h1>
|
||||
{% for item in collections.catalogue %}{{ item.data.tags | dump }}{% endfor %}
|
||||
<h1>Catalogue</h1>
|
||||
{% set items = collections.catalogue %}
|
||||
{% include "partials/catalogue.html" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue