nezha/resource/template/theme-server-status/content-footer.html

7 lines
416 B
HTML
Raw Normal View History

{{define "theme-server-status/content-footer"}}
2023-11-08 00:17:42 -05:00
<footer class="container" style="padding-bottom: 2rem;">
<p style="text-align: center; font-size: 10px;">
{{ .Conf.Site.Brand }} | Theme <a target="_blank" href="https://github.com/cppla/ServerStatus">ServerStatus</a> | Powered by <a target="_blank" href="https://github.com/naiba/nezha">{{tr "NezhaMonitoring"}}</a> {{.Version}}
</p>
2023-11-08 00:17:42 -05:00
</footer>
{{end}}