Files
11ty_neocities/src/games.md
2023-05-02 10:56:36 +09:30

270 B

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