add to infinite backlog and update misc

This commit is contained in:
2023-08-03 14:40:21 +09:30
parent 09c5f6c7e9
commit dc857d2897
6 changed files with 21 additions and 6 deletions

11
src/misc.md Normal file
View File

@ -0,0 +1,11 @@
---
title: misc
layout: layout/base.njk
eleventyImport.collections: ["misc"]
---
<div class="pages-article">
{% for post in collections.misc | reverse %}
\- {{ post.page.date.toLocaleDateString("en-UK") }} // [{{post.data.title or post.data.page.fileSlug }}](/misc/{{ post.data.page.fileSlug }})
{% endfor %}
</div>