add extra collection pages

This commit is contained in:
Jonathan Souter
2023-03-03 16:47:51 +10:30
parent 11835b1593
commit 91d0413bfd
6 changed files with 28 additions and 3 deletions

8
src/games.md Normal file
View File

@ -0,0 +1,8 @@
---
title: games
layout: layout/base.njk
eleventyImport.collections: ["games"]
---
{% for post in collections.game %}
\- [{{ post.data.title || post.data.title != "" ? post.data.title : post.data.page.fileSlug }}](/{{ tag }}/{{ post.data.page.fileSlug }})