diff options
author | Runxi Yu <me@runxiyu.org> | 2025-08-18 03:12:41 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-08-18 03:12:41 +0800 |
commit | f7dde29539536a67687cbeff9662a9617e077150 (patch) | |
tree | d976eb1f64062a65da4e689bd650ad84be737c52 /forged/templates/_footer.tmpl | |
parent | Move sql to inside forged (diff) | |
download | forge-f7dde29539536a67687cbeff9662a9617e077150.tar.gz forge-f7dde29539536a67687cbeff9662a9617e077150.tar.zst forge-f7dde29539536a67687cbeff9662a9617e077150.zip |
Make the index page work
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>) |