add extra collection pages
This commit is contained in:
8
src/games.md
Normal file
8
src/games.md
Normal 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 }})
|
Reference in New Issue
Block a user