Files
11ty_neocities/src/_includes/partials/navigation.njk

9 lines
379 B
Plaintext
Raw Normal View History

2023-02-24 19:08:47 +10:30
<nav>
2023-02-24 19:26:04 +10:30
<a href="/">/</a><br/>
<a href="/pages/">/pages</a><br/>
2023-02-24 19:26:04 +10:30
<a href="/about/">/about</a><br/>
<a href="/links/">/links</a><br/>
<a href="/contact/">/contact</a><br/>
<a href="/blog/">/blog</a><br/>
2023-02-24 19:08:47 +10:30
</nav>
2023-02-21 00:02:35 +10:30
{#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.#}