diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-05 14:00:36 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-05 14:00:36 +0800 |
commit | 3e4508d399a1c27b702dad1ddf0baf20764d7a5f (patch) | |
tree | 131336fdaa06b699751607d35037a28baa635b78 | |
parent | Be a bit more careful handling size integer overflows and such (diff) | |
download | forge-0.1.20.tar.gz forge-0.1.20.tar.zst forge-0.1.20.zip |
HTML: Update footer to include a support linkv0.1.20
-rw-r--r-- | templates/_footer.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/_footer.tmpl b/templates/_footer.tmpl index f581c3c..f71ea3e 100644 --- a/templates/_footer.tmpl +++ b/templates/_footer.tmpl @@ -7,5 +7,6 @@ {{ .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/LICENSE">license</a>, +<a href="https://webirc.runxiyu.org/kiwiirc/#lindenii">support</a>) {{- end -}} |