From 529c34174f0377dfff10b302c748e227064d2159 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 14 Mar 2025 16:27:13 +0800 Subject: Add {{ " " }} to footer to work around htmpl's whitespace handling I need to rework it anyway though --- templates/_footer.htmpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates/_footer.htmpl') 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) }} Lindenii Forge +{{ " " }} {{ global.version }} +{{ " " }} (source, +{{ " " }} upstream) {{ end }} -- cgit v1.2.3