diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-10 21:49:06 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-10 21:49:06 +0800 |
commit | 6285ebff7e53657b2ca3b7cfa726e2fef524f0ce (patch) | |
tree | a25d943325326f4ad818fb0681a8eb3e871062bf /templates/footer.html | |
parent | main: Prefix group names with /g/ (diff) | |
download | forge-6285ebff7e53657b2ca3b7cfa726e2fef524f0ce.tar.gz forge-6285ebff7e53657b2ca3b7cfa726e2fef524f0ce.tar.zst forge-6285ebff7e53657b2ca3b7cfa726e2fef524f0ce.zip |
footer.html: Add link to Lindenii Forge
Diffstat (limited to '')
-rw-r--r-- | templates/footer.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/footer.html b/templates/footer.html new file mode 100644 index 0000000..b7a9061 --- /dev/null +++ b/templates/footer.html @@ -0,0 +1,3 @@ +{{- define "footer" -}} +<a href="https://lindenii.runxiyu.org/forge/">Lindenii Forge</a> (<a href="/source/">source</a>, <a href="https://forge.lindenii.runxiyu.org/g/lindenii/repos/forge/">upstream</a>) +{{- end -}} |