add art link to link grid

This commit is contained in:
2023-03-29 14:42:07 +10:30
parent 23b1789393
commit 175068c438
5 changed files with 24 additions and 8 deletions

11
src/art.md Normal file
View File

@ -0,0 +1,11 @@
---
title: lists
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>