summaryrefslogtreecommitdiff
path: root/layouts/partials/nav.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/nav.html')
-rw-r--r--layouts/partials/nav.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index f3aeb0a..0bba423 100644
--- a/layouts/partials/nav.html
+++ b/layouts/partials/nav.html
@@ -1,6 +1,6 @@
<nav style="display: flex;justify-content: space-around;">
- <a href="/stuff">stuff</a>
+ <a href="https://dns.mielota.com">dns</a>
<a href="/contact">contact</a>
<a href="https://codeberg.org/mielota">git</a>
- <a href="https://dns.mielota.com">dns</a>
+ <a href="/stuff">stuff</a>
</nav>