statping/source/tmpl/footer.html

8 lines
314 B
HTML

{{ define "footer"}}
<div class="footer text-center mb-4">
{{ if .Core.Footer }}
{{ safe .Core.Footer }}
{{ end }}
<a href="https://github.com/hunterlong/statup" target="_blank">Statup {{ VERSION }} made with ❤️</a> | <a href="/dashboard">Dashboard</a>
</div>
{{ end }}