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/repo_tree_file.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 'templates/repo_tree_file.html')
-rw-r--r-- | templates/repo_tree_file.html | 3 |
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 -}} |