summaryrefslogtreecommitdiff
path: root/layouts/partials/nav.html
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2025-11-17 18:20:08 +0100
committerNantha Sorubakanthan <nantha@mielota.com>2025-11-17 18:20:08 +0100
commit481b47e0ae99cb4ac4ab6d192e84da1878dd6625 (patch)
tree0c0f4bdac741e78fb1bda33b91517823da56db23 /layouts/partials/nav.html
parent573d3358b3fb0ddfba64c601becaaf83de6f1b31 (diff)
add slash at the end of links
Diffstat (limited to 'layouts/partials/nav.html')
-rw-r--r--layouts/partials/nav.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index 5c82a86..3e13143 100644
--- a/layouts/partials/nav.html
+++ b/layouts/partials/nav.html
@@ -1,5 +1,5 @@
<nav style="display: flex;justify-content: space-around;">
- <a href="/antiporn">banporn</a>
- <a href="https://codeberg.org/mielota">git</a>
- <a href="/stuff">stuff</a>
+ <a href="/antiporn/">banporn</a>
+ <a href="https://codeberg.org/mielota/">git</a>
+ <a href="/stuff/">stuff</a>
</nav>