aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-14 16:27:13 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-14 16:27:13 +0800
commit529c34174f0377dfff10b302c748e227064d2159 (patch)
tree26308005aedcecd30f2acff7cc50be85bc2a3ef7 /templates
parentCatch all error types while listening (diff)
downloadforge-529c34174f0377dfff10b302c748e227064d2159.tar.gz
forge-529c34174f0377dfff10b302c748e227064d2159.tar.zst
forge-529c34174f0377dfff10b302c748e227064d2159.zip
Add {{ " " }} to footer to work around htmpl's whitespace handling
I need to rework it anyway though
Diffstat (limited to 'templates')
-rw-r--r--templates/_footer.htmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/_footer.htmpl b/templates/_footer.htmpl
index 94fef15..71d5318 100644
--- a/templates/_footer.htmpl
+++ b/templates/_footer.htmpl
@@ -1,6 +1,9 @@
{{ define _tp_footer(handle: io::handle) (void | io::error | nomem) }}
<a href="https://lindenii.runxiyu.org/forge/">Lindenii Forge</a>
+{{ " " }}
{{ global.version }}
+{{ " " }}
(<a href="/:/source/">source</a>,
+{{ " " }}
<a href="https://forge.lindenii.runxiyu.org/lindenii/forge/:/repos/server/">upstream</a>)
{{ end }}