aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-31 12:01:07 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-31 12:01:07 +0800
commitfd68781f71c2c804db83ecfa63fc6dc265f1300c (patch)
tree4adba7e55e62985d60249170fc868e15eebca7d1 /templates
parentAdd branches page (diff)
downloadforge-fd68781f71c2c804db83ecfa63fc6dc265f1300c.tar.gz
forge-fd68781f71c2c804db83ecfa63fc6dc265f1300c.tar.zst
forge-fd68781f71c2c804db83ecfa63fc6dc265f1300c.zip
Add license link in footer
Diffstat (limited to 'templates')
-rw-r--r--templates/_footer.tmpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/_footer.tmpl b/templates/_footer.tmpl
index 9614956..4971694 100644
--- a/templates/_footer.tmpl
+++ b/templates/_footer.tmpl
@@ -3,5 +3,9 @@
SPDX-FileContributor: Runxi Yu <https://runxiyu.org>
*/}}
{{- define "footer" -}}
-<a href="https://lindenii.runxiyu.org/forge/">Lindenii Forge</a> {{ .global.forge_version }} (<a href="/:/source/">source</a>, <a href="https://forge.lindenii.runxiyu.org/lindenii/forge/:/repos/server/">upstream</a>)
+<a href="https://lindenii.runxiyu.org/forge/">Lindenii Forge</a>
+{{ .global.forge_version }}
+(<a href="/:/source/">source</a>,
+<a href="https://forge.lindenii.runxiyu.org/lindenii/forge/:/repos/server/">upstream</a>,
+<a href="/:/source/LICENSE">license</a>)
{{- end -}}