💄 优化 server status 主题

This commit is contained in:
naiba
2023-11-08 13:17:42 +08:00
parent b6c2410b41
commit ce2e5439f7
7 changed files with 59 additions and 51 deletions

View File

@@ -1,8 +1,8 @@
{{define "theme-server-status/content-footer"}}
<div class="container">
<footer class="container" style="padding-bottom: 2rem;">
<p style="text-align: center; font-size: 10px;">
{{ .Title }} | Theme <a href="https://github.com/cppla/ServerStatus">ServerStatus</a> | Powered by <a
{{ .Conf.Site.Brand }} | Theme <a href="https://github.com/cppla/ServerStatus">ServerStatus</a> | Powered by <a
href="https://github.com/naiba/nezha">{{tr "NezhaMonitoring"}}</a> {{.Version}}
</p>
</div>
</footer>
{{end}}