diff options
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 -}} |