diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-13 20:17:19 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-13 20:17:19 +0800 |
commit | 3c3c383a9d6dec77e93272483699b3aef2c1dd47 (patch) | |
tree | dea1d4018a38b38fb4f8558b6279676dfda344e9 /templates/_footer.htmpl | |
parent | Note that patches are required on top of hare-http (diff) | |
download | forge-3c3c383a9d6dec77e93272483699b3aef2c1dd47.tar.gz forge-3c3c383a9d6dec77e93272483699b3aef2c1dd47.tar.zst forge-3c3c383a9d6dec77e93272483699b3aef2c1dd47.zip |
Partially port templates used by the index page
Diffstat (limited to 'templates/_footer.htmpl')
-rw-r--r-- | templates/_footer.htmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/_footer.htmpl b/templates/_footer.htmpl new file mode 100644 index 0000000..94fef15 --- /dev/null +++ b/templates/_footer.htmpl @@ -0,0 +1,6 @@ +{{ 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 }} |