statping/html/tmpl/footer.html

8 lines
295 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">
2018-06-22 04:02:57 +00:00
{{ if .Core.Footer }}
{{ safe .Core.Footer }}
{{ end }}
2018-06-24 08:18:59 +00:00
<a href="https://statup.io" target="_blank">Statup made with ❤️ {{ VERSION }}</a> | <a href="/dashboard">Dashboard</a>
2018-06-22 04:02:57 +00:00
</div>
{{ end }}