summaryrefslogtreecommitdiff
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2025-10-25 23:01:00 +0200
committerNantha Sorubakanthan <nantha@mielota.com>2025-10-25 23:01:00 +0200
commitdd478ae6b235ffcd1155335d855ff19fb5fe5d67 (patch)
tree8bcca1be2bb96b05b7a74fa41ef27c418d8c87c0 /layouts/_default/baseof.html
parent56c310d89f80e424d0fb94d941b4fdb57cb1c7d3 (diff)
change links from codeberg to forgejo
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 8359630..983a484 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -33,7 +33,7 @@
{{ if .IsHome }}
<nav style="display: flex;justify-content: space-around;">
<a href="/stuff">stuff</a>
- <a href="https://codeberg.org/mielota">codeberg</a>
+ <a href="https://git.mielota.com">git</a>
<a href="/banporn">banporn</a>
</nav>
{{ else }}