statping/source/tmpl/footer.html

10 lines
289 B
HTML

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