diff --git a/src/_includes/partials/link_links.njk b/src/_includes/partials/link_links.njk index 408bb5b..bf80d33 100644 --- a/src/_includes/partials/link_links.njk +++ b/src/_includes/partials/link_links.njk @@ -12,7 +12,7 @@ {% for post in collections['lists'] | reverse | limit(5) %} - {{ post.page.date.toLocaleDateString("en-UK") }} // {{ post.data.title }} {% endfor %} - - older lists.... + - older lists

art inspiration list

miscellania

\ No newline at end of file diff --git a/src/_includes/partials/navigation.njk b/src/_includes/partials/navigation.njk index 028de54..b2651c3 100644 --- a/src/_includes/partials/navigation.njk +++ b/src/_includes/partials/navigation.njk @@ -6,6 +6,7 @@ /credits /guestbook /blog + /lists <== hotline webring ==> {#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.#} \ No newline at end of file diff --git a/src/index.md b/src/index.md index d03047e..5f1924f 100644 --- a/src/index.md +++ b/src/index.md @@ -7,21 +7,6 @@ title: 🐌 becoming one with the slime 🐌 hey what's up! my name is uuupah. im a twenty-something non-binary (they/them) person from australia plagued by a metaphysical urge to record my thoughts and feelings in meandering prose. i'm into exploring less mainstream music genres, character design and figure drawing, puzzle and movement videogames, old anime and rock climbing. - - ## 📃 pages 📃 -{% include 'partials/link_links.njk' %} - - - - \ No newline at end of file +{% include 'partials/link_links.njk' %} \ No newline at end of file