aboutsummaryrefslogtreecommitdiff
path: root/templates/_footer.html.tmpl
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-15 00:32:39 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-15 00:32:39 +0800
commitd5416d850c9b697bc8fb189841e1c1e622494f5e (patch)
treeb877df54a6fbef112b0d32796f514b66177c9976 /templates/_footer.html.tmpl
parentMakefile, resources.go: Add vendor directory to serve library source (diff)
downloadforge-d5416d850c9b697bc8fb189841e1c1e622494f5e.tar.gz
forge-d5416d850c9b697bc8fb189841e1c1e622494f5e.tar.zst
forge-d5416d850c9b697bc8fb189841e1c1e622494f5e.zip
templates: *.html.tmpl -> *.tmpl
Diffstat (limited to 'templates/_footer.html.tmpl')
-rw-r--r--templates/_footer.html.tmpl3
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/_footer.html.tmpl b/templates/_footer.html.tmpl
deleted file mode 100644
index b4cce19..0000000
--- a/templates/_footer.html.tmpl
+++ /dev/null
@@ -1,3 +0,0 @@
-{{- define "footer" -}}
-<a href="https://lindenii.runxiyu.org/forge/">Lindenii Forge</a> {{ .global.forge_version }} (<a href="/:/source/">source</a>, <a href="https://forge.lindenii.runxiyu.org/lindenii/:/repos/forge/">upstream</a>)
-{{- end -}}