diff options
Diffstat (limited to 'cmds/templates/live-feed.html')
| -rw-r--r-- | cmds/templates/live-feed.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cmds/templates/live-feed.html b/cmds/templates/live-feed.html index 1529ee1..2974c4b 100644 --- a/cmds/templates/live-feed.html +++ b/cmds/templates/live-feed.html @@ -153,6 +153,11 @@ <p>No articles to display</p> {{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}} |
