Files
11ty_neocities/src/art.md

11 lines
262 B
Markdown
Raw Normal View History

2023-03-29 14:42:07 +10:30
---
2023-05-01 16:44:40 +09:30
title: art
2023-03-29 14:42:07 +10:30
layout: layout/base.njk
eleventyImport.collections: ["art"]
---
<div class="pages-article">
{% for post in collections.art | reverse %}
\- [{{ post.data.title or post.data.page.fileSlug }}](/art/{{ post.data.page.fileSlug }})
{% endfor %}
</div>