fuck it babes huge overhaul
This commit is contained in:
@ -6,6 +6,6 @@ eleventyImport.collections: ["blog"]
|
||||
|
||||
<div class="pages-article">
|
||||
{% for post in collections.blog | reverse %}
|
||||
\- [{{post.data.title or post.data.page.fileSlug }}](/blog/{{ post.data.page.fileSlug }})
|
||||
\- {{ post.page.date.toLocaleDateString("en-UK") }} // [{{post.data.title or post.data.page.fileSlug }}](/blog/{{ post.data.page.fileSlug }})
|
||||
{% endfor %}
|
||||
</div>
|
Reference in New Issue
Block a user