aboutsummaryrefslogtreecommitdiff
path: root/templates/footer.html
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-10 21:49:06 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-10 21:49:06 +0800
commit6285ebff7e53657b2ca3b7cfa726e2fef524f0ce (patch)
treea25d943325326f4ad818fb0681a8eb3e871062bf /templates/footer.html
parentmain: Prefix group names with /g/ (diff)
downloadforge-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.html3
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 -}}