fix styling

This commit is contained in:
2023-03-04 02:09:08 +10:30
parent a56f058142
commit 58daa042a1
5 changed files with 24 additions and 9 deletions

View File

@ -4,6 +4,8 @@ layout: layout/base.njk
eleventyImport.collections: ["list"]
---
{% for post in collections.list %}
<div class="pages-article">
{% for post in collections.list reversed %}
\- [{{ post.data.title || post.data.title != "" ? post.data.title : post.data.page.fileSlug }}](/list/{{ post.data.page.fileSlug }})
{% endfor %}
{% endfor %}
</div>