statping/source/tmpl/footer.gohtml

10 lines
351 B
Go
Raw Normal View History

2018-06-22 04:02:57 +00:00
{{ define "footer"}}
2018-12-10 05:43:15 +00:00
<div class="footer text-center mb-4 p-2">
{{ if CoreApp.Footer.String }}
2018-12-12 17:52:20 +00:00
{{ safe 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 }}