add art link to link grid
This commit is contained in:
11
src/art.md
Normal file
11
src/art.md
Normal 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>
|
Reference in New Issue
Block a user