statping/source/tmpl/footer.html

8 lines
295 B
HTML

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