fuck it babes huge overhaul

This commit is contained in:
2023-08-01 14:42:01 +09:30
parent 4d27c1c581
commit 18a71ad9e3
30 changed files with 86 additions and 126 deletions

View File

@ -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>