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

@ -1,18 +0,0 @@
<div class="paragraph-deparagrapher">
<h4><a href="/sitemap/">sitemap</a></h4>
<h4><a href="/journal_html/">journal.html</a>
<h4><a href="/art/my-art-2023/">my art</a></h4>
<h4><a href="{{collections.post[collections.post.length - 1].filePathStem}}">⚠️ newest post! ⚠️</a>
<h4>thoughts and feelings</h4>
{% for post in collections['blog'] | reverse | limit(5) %}
- {{ post.page.date.toLocaleDateString("en-UK") }} // <a href="{{post.filePathStem}}">{{ post.data.title }}</a>
{% endfor %}
<span> - <a href="/blog/">...and da restt ...</a></span>
<h4>lists of things</h4>
{% for post in collections['lists'] | reverse | limit(5) %}
- {{ post.page.date.toLocaleDateString("en-UK") }} // <a href="{{post.filePathStem}}">{{ post.data.title }}</a>
{% endfor %}
<span> - <a href="/lists/">older lists</a></span>
<h4><a href="/infinite_nightmare/">art inspiration list</a></h4>
<h4><a href="/misc/">miscellania</a></h4>
</div>