rearrange links and un-partial links partial

This commit is contained in:
2023-11-07 00:49:17 +10:30
parent 6d13392f5f
commit b8fa25fac1
3 changed files with 24 additions and 23 deletions

View File

@ -9,4 +9,23 @@ hey what's up! my name is uuupah. im a twenty-something non-binary (they/them) p
## pages
{% include 'partials/link_links.njk' %}
<div class="paragraph-deparagrapher">
#### [my art](/art/my-art-2023/)
#### [journal.html](/journal_html/)
#### [⚠️ newest post! ⚠️]({{collections.post[collections.post.length - 1].filePathStem}})
#### thoughts and feelings
{% for post in collections['blog'] | reverse | limit(5) %}
- {{ post.page.date.toLocaleDateString("en-UK") }} // [{{ post.data.title }}]({{post.filePathStem}})
{% endfor %}
\- [...and da restt ...](/blog/)
#### lists of things
{% for post in collections['lists'] | reverse | limit(5) %}
- {{ post.page.date.toLocaleDateString("en-UK") }} // [{{ post.data.title }}]({{post.filePathStem}})
{% endfor %}
\- [older lists](/lists/)
#### [art inspiration list](/infinite_nightmare/)
#### [sitemap](/sitemap/)
#### [miscellania](/misc/)
</div>