Files
11ty_neocities/src/games.md

268 B

title, layout, eleventyImport.collections
title layout eleventyImport.collections
games layout/base.njk
games
{% for post in collections.game | reverse %} \- [{{ post.data.title or post.data.page.fileSlug }}](/game/{{ post.data.page.fileSlug }}) {% endfor %}