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">
|
2018-11-07 05:06:44 +00:00
|
|
|
{{ 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>
|
2018-09-06 05:28:35 +00:00
|
|
|
{{ end }}
|