diff options
Diffstat (limited to 'templates/_footer.htmpl')
-rw-r--r-- | templates/_footer.htmpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/_footer.htmpl b/templates/_footer.htmpl new file mode 100644 index 0000000..71d5318 --- /dev/null +++ b/templates/_footer.htmpl @@ -0,0 +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 }} |