diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-31 12:33:35 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-31 12:33:35 +0800 |
commit | 3d87972edfdb1b3f78fa22982519ac02818df7ae (patch) | |
tree | 300d861cfec31efd6ed8b3145d2f6fe1d3e69f56 /templates | |
parent | Remove redundant path in group view (diff) | |
download | forge-3d87972edfdb1b3f78fa22982519ac02818df7ae.tar.gz forge-3d87972edfdb1b3f78fa22982519ac02818df7ae.tar.zst forge-3d87972edfdb1b3f78fa22982519ac02818df7ae.zip |
Serve tarball of source rather than using individual source files
Diffstat (limited to 'templates')
-rw-r--r-- | templates/_footer.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/_footer.tmpl b/templates/_footer.tmpl index 4971694..43611f5 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</a>, +(<a href="/:/source/source.tar.gz">source</a>, <a href="https://forge.lindenii.runxiyu.org/lindenii/forge/:/repos/server/">upstream</a>, <a href="/:/source/LICENSE">license</a>) {{- end -}} |