add to infinite backlog and update misc
This commit is contained in:
11
src/misc.md
Normal file
11
src/misc.md
Normal 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>
|
Reference in New Issue
Block a user