Files
11ty_neocities/src/games.md

11 lines
268 B
Markdown
Raw Normal View History

2023-03-03 16:47:51 +10:30
---
title: games
layout: layout/base.njk
eleventyImport.collections: ["games"]
---
2023-03-04 02:09:08 +10:30
<div class="pages-article">
{% for post in collections.game | reverse %}
\- [{{ post.data.title or post.data.page.fileSlug }}](/game/{{ post.data.page.fileSlug }})
2023-03-04 02:09:08 +10:30
{% endfor %}
</div>