statping/source/tmpl/footer.gohtml

10 lines
342 B
Plaintext
Raw Normal View History

2018-06-22 04:02:57 +00:00
{{ define "footer"}}
2018-10-02 06:21:14 +00:00
<div class="footer text-center mb-4">
{{ if CoreApp.Footer.String }}
{{ CoreApp.Footer.String }}
2018-10-02 06:21:14 +00:00
{{ else }}
2018-12-04 04:17:29 +00:00
<a href="https://github.com/hunterlong/statping" target="_blank">Statping {{VERSION}} made with <i class="text-danger fas fa-heart"></i></a> | <a href="/dashboard">Dashboard</a>
2018-10-02 06:21:14 +00:00
{{ end }}
</div>
{{ end }}