Lindenii Project Forge
Login

server

Lindenii Forge’s main backend daemon
Commit info
ID
529c34174f0377dfff10b302c748e227064d2159
Author
Runxi Yu <me@runxiyu.org>
Author date
Fri, 14 Mar 2025 16:27:13 +0800
Committer
Runxi Yu <me@runxiyu.org>
Committer date
Fri, 14 Mar 2025 16:27:13 +0800
Actions
Add {{ " " }} to footer to work around htmpl's whitespace handling

I need to rework it anyway though
{{ 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 }}