2023-04-08 12:28:21 -04:00
{{define "theme-angel-kanade/footer"}}
2024-02-27 07:42:56 -05:00
< / div >
2023-04-08 11:57:28 -04:00
< 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 > |
Powered by < a style = "color: white;" href = "https://github.com/naiba/nezha" > < st > {{tr "NezhaMonitoring"}}< {{.Version}}> < / st > < / a > | Theme designed
< small > by.< a
href="https://yujie.pro" style="color: white;" target="_blank">夜灭< / a >
< / small >
< / div >
< / div >
2023-12-11 08:53:56 -05:00
< script src = "https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/jquery/3.6.0/jquery.min.js" > < / script >
< script src = "https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/semantic-ui/2.4.1/semantic.min.js" > < / script >
2023-04-08 11:57:28 -04:00
< script src = "/static/semantic-ui-alerts.min.js" > < / script >
2023-12-11 08:53:56 -05:00
< script src = "https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/vue/2.6.14/vue.min.js" > < / script >
2024-02-24 08:10:27 -05:00
< script src = "/static/main.js?v20240224" > < / script >
2024-03-03 20:36:17 -05:00
< script src = "/static/theme-default/js/mixin.js?v20240302" > < / script >
2023-04-08 11:57:28 -04:00
< script >
(function () {
updateLang({{.LANG }});
})();
< / script >
< / body >
< / html >
{{end}}