Hi… I am well aware that this diff view is very suboptimal. It will be fixed when the refactored server comes along!
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 }}