statping/source/tmpl/footer.html

10 lines
329 B
HTML
Raw Normal View History

2018-06-22 04:02:57 +00:00
{{ define "footer"}}
2018-06-22 06:56:44 +00:00
<div class="footer text-center mb-4">
{{ if ne CoreApp.Footer "" }}
{{ safe CoreApp.Footer }}
{{ else }}
<a href="https://github.com/hunterlong/statup" target="_blank">Statup {{VERSION}} made with ❤️</a> | <a href="/dashboard">Dashboard</a>
{{ end }}
2018-06-22 04:02:57 +00:00
</div>
{{ end }}