Files
11ty_neocities/src/games.md

11 lines
270 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">
2023-05-02 10:56:36 +09:30
{% for post in collections.games | reverse %}
\- [{{ post.data.title or post.data.page.fileSlug }}](/games/{{ post.data.page.fileSlug }})
2023-03-04 02:09:08 +10:30
{% endfor %}
</div>