diff options
Diffstat (limited to 'cmds/templates/results.html')
| -rw-r--r-- | cmds/templates/results.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cmds/templates/results.html b/cmds/templates/results.html index 13f68e0..1cc6250 100644 --- a/cmds/templates/results.html +++ b/cmds/templates/results.html @@ -274,6 +274,11 @@ </div> {{end}} </div> +{{if .Footer}} + <footer style="margin-top: 30px; border-top: 1px solid #000; padding-top: 10px; font-size: 0.9em; color: #666;"> + {{.Footer}} + </footer> +{{end}} </body> </html> {{end}} |
