Files
11ty_neocities/src/games.md

9 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"]
---
{% for post in collections.game %}
\- [{{ post.data.title || post.data.title != "" ? post.data.title : post.data.page.fileSlug }}](/{{ tag }}/{{ post.data.page.fileSlug }})
{% endfor %}