miscellaneous changes

This commit is contained in:
jonathan
2023-09-15 16:12:13 +09:30
parent 6f8777978c
commit 0f910d64c3
3 changed files with 3 additions and 17 deletions

View File

@ -12,7 +12,7 @@
{% 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>
<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>

View File

@ -6,6 +6,7 @@
<a href="/credits">/credits</a>
<a href="http://uuupah.123guestbook.com/">/guestbook</a>
<a href="/blog/">/blog</a>
<a href="/lists/">/lists</a>
<span><a href="https://hotlinewebring.club/uuupah/previous">&lt;==</a> <a href="https://hotlinewebring.club/">hotline webring</a> <a href="https://hotlinewebring.club/uuupah/next">==&gt;</a></span>
</nav>
{#INFO: It's important to stucture your links with the slashes / on either side of the href /about/ to ensure the links are always from the root of the site.#}