diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html index 79e3cba..3f08355 100644 --- a/templates/index.html +++ b/templates/index.html @@ -18,6 +18,9 @@ {{- end }} </ul> </div> + <footer> + {{ template "footer" . }} + </footer> </body> </html> {{- end -}} |