Files
11ty_neocities/src/games.md
2023-03-04 02:09:08 +10:30

309 B

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