2024-02-25 10:16:57 -05:00
|
|
|
{{define "theme-default/footer"}}
|
|
|
|
</div>
|
|
|
|
<div class="ui inverted vertical footer segment">
|
|
|
|
<div class="ui center aligned is-size-7 container">
|
|
|
|
<b>© <a style="color: white;" href="/">{{.Conf.Site.Brand}}</a></b> | <small>Powered by <a
|
|
|
|
href="https://github.com/naiba/nezha" style="color: white;" target="_blank">{{tr "NezhaMonitoring"}}</a>
|
|
|
|
{{.Version}}</small>
|
|
|
|
</div>
|
|
|
|
</div>
|
2024-02-27 08:05:39 -05:00
|
|
|
{{ if not .Conf.DisableSwitchTemplateInFrontend }}
|
|
|
|
<script>
|
|
|
|
function showSwitchTemplate(list, currentBackendTheme) {
|
|
|
|
console.log(list, currentBackendTheme);
|
|
|
|
}
|
|
|
|
showSwitchTemplate({{ .Themes }}, {{ .Conf.Site.Theme }})
|
|
|
|
</script>
|
|
|
|
{{ end }}
|
|
|
|
<script>
|
|
|
|
</script>
|
2024-02-25 10:16:57 -05:00
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
{{end}}
|