diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2025-11-17 18:20:08 +0100 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2025-11-17 18:20:08 +0100 |
| commit | 481b47e0ae99cb4ac4ab6d192e84da1878dd6625 (patch) | |
| tree | 0c0f4bdac741e78fb1bda33b91517823da56db23 /layouts/partials | |
| parent | 573d3358b3fb0ddfba64c601becaaf83de6f1b31 (diff) | |
add slash at the end of links
Diffstat (limited to 'layouts/partials')
| -rw-r--r-- | layouts/partials/nav.html | 6 |
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> |
