summaryrefslogtreecommitdiff
path: root/layouts/partials/nav.html
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2025-11-11 22:39:33 +0100
committerNantha Sorubakanthan <nantha@mielota.com>2025-11-11 22:39:33 +0100
commit1d42fd39231232d2fcbe201c62b335def8dc2e89 (patch)
tree48080bd13f5406271c74a4e723cef7cd85f2e16a /layouts/partials/nav.html
parenteb36804cec95135f72ca47f8d2bfb29416501082 (diff)
update nav and css
added back banporn page, deleted contact page, deleted unused css
Diffstat (limited to 'layouts/partials/nav.html')
-rw-r--r--layouts/partials/nav.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index 0bba423..cd03f8e 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="https://dns.mielota.com">dns</a>
- <a href="/contact">contact</a>
+ <a href="/antiporn">banporn</a>
<a href="https://codeberg.org/mielota">git</a>
<a href="/stuff">stuff</a>
</nav>