From 529c34174f0377dfff10b302c748e227064d2159 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 14 Mar 2025 16:27:13 +0800 Subject: [PATCH] Add {{ " " }} to footer to work around htmpl's whitespace handling I need to rework it anyway though --- templates/_footer.htmpl | 3 +++ diff --git a/templates/_footer.htmpl b/templates/_footer.htmpl index 94fef153f75871c9b05df362c3a17ae7c8b02a73..71d53180485c4caa0cfedacfd17072a98b69d045 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 }} -- 2.48.1