mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-23 21:28:14 -05:00
470fa69ad9
* ✨ feat: add server-status theme
* add `ServerStatus` theme to README
---------
Co-authored-by: naiba <hi@nai.ba>
13 lines
658 B
HTML
Vendored
13 lines
658 B
HTML
Vendored
{{define "theme-server-status/content-footer"}}
|
|
<div class="container">
|
|
<p style="text-align: center; font-size: 10px;">
|
|
{{ .Title }} | Theme <a href="https://github.com/cppla/ServerStatus">ServerStatus</a> | Powered by <a
|
|
href="https://github.com/naiba/nezha">{{tr "NezhaMonitoring"}}</a>
|
|
</p>
|
|
<p style="text-align: center; font-size: 10px;">
|
|
<span id="busuanzi_container_site_pv" style="display: none">
|
|
{{tr "SitePV" }} <span id="busuanzi_value_site_pv"></span> {{tr "SitePVUnit" }} | {{tr "SiteUV" }} <span id="busuanzi_value_site_uv"></span> {{tr "SiteUVUnit" }}
|
|
</span>
|
|
</p>
|
|
</div>
|
|
{{end}} |