diff options
author | Runxi Yu <me@runxiyu.org> | 2025-08-12 11:01:07 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-09-16 08:58:16 +0800 |
commit | c12fe030fe5935882047e75ac8a3792faea27574 (patch) | |
tree | e2b6f795410348596a7965694bed7e85511d0874 /forged/templates/_footer.tmpl | |
parent | Remove forge-specific functions from misc (diff) | |
download | forge-c12fe030fe5935882047e75ac8a3792faea27574.tar.gz forge-c12fe030fe5935882047e75ac8a3792faea27574.tar.zst forge-c12fe030fe5935882047e75ac8a3792faea27574.zip |
Diffstat (limited to 'forged/templates/_footer.tmpl')
-rw-r--r-- | forged/templates/_footer.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forged/templates/_footer.tmpl b/forged/templates/_footer.tmpl index 22a3958..11e2365 100644 --- a/forged/templates/_footer.tmpl +++ b/forged/templates/_footer.tmpl @@ -4,7 +4,7 @@ */}} {{- define "footer" -}} <a href="https://lindenii.runxiyu.org/forge/">Lindenii Forge</a> -{{ .global.forge_version }} +{{ .BaseData.Global.ForgeVersion }} (<a href="https://forge.lindenii.runxiyu.org/forge/-/repos/server/">upstream</a>, <a href="/-/source/LICENSE">license</a>, <a href="https://webirc.runxiyu.org/kiwiirc/#lindenii">support</a>) |