aboutsummaryrefslogtreecommitdiff
path: root/templates/repo_tree_file.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/repo_tree_file.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 'templates/repo_tree_file.html')
-rw-r--r--templates/repo_tree_file.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/repo_tree_file.html b/templates/repo_tree_file.html
index b1ba877..7012cb1 100644
--- a/templates/repo_tree_file.html
+++ b/templates/repo_tree_file.html
@@ -11,6 +11,9 @@
/{{ .path_spec }}
</p>
{{ .file_contents }}
+ <footer>
+ {{ template "footer" . }}
+ </footer>
</body>
</html>
{{- end -}}