diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-31 12:01:07 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-31 12:01:07 +0800 |
commit | fd68781f71c2c804db83ecfa63fc6dc265f1300c (patch) | |
tree | 4adba7e55e62985d60249170fc868e15eebca7d1 | |
parent | Add branches page (diff) | |
download | forge-fd68781f71c2c804db83ecfa63fc6dc265f1300c.tar.gz forge-fd68781f71c2c804db83ecfa63fc6dc265f1300c.tar.zst forge-fd68781f71c2c804db83ecfa63fc6dc265f1300c.zip |
Add license link in footer
-rw-r--r-- | templates/_footer.tmpl | 6 |
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 -}} |