rearrange links and un-partial links partial
This commit is contained in:
21
src/index.md
21
src/index.md
@ -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>
|
Reference in New Issue
Block a user