aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-12 11:23:47 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-12 11:23:47 +0800
commitdd4eee3b914c7c65741aa187a60060ce394449d9 (patch)
tree3cdab29a47d14802109c1a30d4f95bf1a98abc10
parentrouter: Stricter URL (diff)
downloadforge-dd4eee3b914c7c65741aa187a60060ce394449d9.tar.gz
forge-dd4eee3b914c7c65741aa187a60060ce394449d9.tar.zst
forge-dd4eee3b914c7c65741aa187a60060ce394449d9.zip
_footer.html: Fix upstream link
Diffstat (limited to '')
-rw-r--r--templates/_footer.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/_footer.html.tmpl b/templates/_footer.html.tmpl
index 5b1acd2..7d9072b 100644
--- a/templates/_footer.html.tmpl
+++ b/templates/_footer.html.tmpl
@@ -1,3 +1,3 @@
{{- define "footer" -}}
-<a href="https://lindenii.runxiyu.org/forge/">Lindenii Forge</a> (<a href="/:/source/">source</a>, <a href="https://forge.lindenii.runxiyu.org/g/lindenii/repos/forge/">upstream</a>)
+<a href="https://lindenii.runxiyu.org/forge/">Lindenii Forge</a> (<a href="/:/source/">source</a>, <a href="https://forge.lindenii.runxiyu.org/lindenii/:/repos/forge/">upstream</a>)
{{- end -}}