fix links and try adding a "newest" link
This commit is contained in:
@ -5,5 +5,5 @@ eleventyImport.collections: ["blog"]
|
||||
---
|
||||
|
||||
{% for post in collections.blog %}
|
||||
\- [{{ 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 }}](/blog/{{ post.data.page.fileSlug }})
|
||||
{% endfor %}
|
Reference in New Issue
Block a user