diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-11 15:09:08 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-11 15:09:08 +0800 |
commit | 1dced62659d8ee45803b7d58b4698d613f0d90d4 (patch) | |
tree | c16233d48e79e764bcbbb56d4525c860d3f63e1f /templates/footer.html.tmpl | |
parent | repo_log: Add a log (diff) | |
download | forge-1dced62659d8ee45803b7d58b4698d613f0d90d4.tar.gz forge-1dced62659d8ee45803b7d58b4698d613f0d90d4.tar.zst forge-1dced62659d8ee45803b7d58b4698d613f0d90d4.zip |
_{head,footer}.html: Add underscore to indicate that it's partial
Diffstat (limited to 'templates/footer.html.tmpl')
-rw-r--r-- | templates/footer.html.tmpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/footer.html.tmpl b/templates/footer.html.tmpl deleted file mode 100644 index b7a9061..0000000 --- a/templates/footer.html.tmpl +++ /dev/null @@ -1,3 +0,0 @@ -{{- 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 -}} |