diff options
Diffstat (limited to '')
-rw-r--r-- | templates/repo_index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/repo_index.html b/templates/repo_index.html index 7ae7bcd..664cce8 100644 --- a/templates/repo_index.html +++ b/templates/repo_index.html @@ -83,6 +83,9 @@ </table> {{ end }} </div> + <footer> + {{ template "footer" . }} + </footer> </body> </html> {{- end -}} |