miscellaneous changes
This commit is contained in:
@ -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>
|
@ -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"><==</a> <a href="https://hotlinewebring.club/">hotline webring</a> <a href="https://hotlinewebring.club/uuupah/next">==></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.#}
|
Reference in New Issue
Block a user