fix links and try adding a "newest" link

This commit is contained in:
2023-03-04 00:19:10 +10:30
committed by GitHub
parent eb1af53249
commit bc28b4abeb
5 changed files with 8 additions and 4 deletions

View File

@ -5,5 +5,5 @@ eleventyImport.collections: ["list"]
---
{% for post in collections.list %}
\- [{{ post.data.title || post.data.title != "" ? post.data.title : post.data.page.fileSlug }}](/{{ tag }}/{{ post.data.page.fileSlug }})
\- [{{ post.data.title || post.data.title != "" ? post.data.title : post.data.page.fileSlug }}](/list/{{ post.data.page.fileSlug }})
{% endfor %}