aboutsummaryrefslogtreecommitdiff
path: root/templates/_footer.tmpl
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-04-01 22:29:23 +0800
committerRunxi Yu <me@runxiyu.org>2025-04-01 22:46:55 +0800
commit3a1f109493d6a0e2aa5480c5db3e065108574f5a (patch)
treefc06e6667c4a7f7e4aa4d4267b080c1fd7d447b8 /templates/_footer.tmpl
parentMore segments fixes (diff)
downloadforge-3a1f109493d6a0e2aa5480c5db3e065108574f5a.tar.gz
forge-3a1f109493d6a0e2aa5480c5db3e065108574f5a.tar.zst
forge-3a1f109493d6a0e2aa5480c5db3e065108574f5a.zip
Change /: in templates
Probably more nasty ones to come
Diffstat (limited to '')
-rw-r--r--templates/_footer.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/_footer.tmpl b/templates/_footer.tmpl
index a0822fb..f581c3c 100644
--- a/templates/_footer.tmpl
+++ b/templates/_footer.tmpl
@@ -5,7 +5,7 @@
{{- define "footer" -}}
<a href="https://lindenii.runxiyu.org/forge/">Lindenii Forge</a>
{{ .global.forge_version }}
-(<a href="/:/source/source.tar.gz">source</a>,
-<a href="https://forge.lindenii.runxiyu.org/forge/:/repos/server/">upstream</a>,
-<a href="/:/source/LICENSE">license</a>)
+(<a href="/-/source/source.tar.gz">source</a>,
+<a href="https://forge.lindenii.runxiyu.org/forge/-/repos/server/">upstream</a>,
+<a href="/-/source/LICENSE">license</a>)
{{- end -}}