This commit is contained in:
JiXieShi
2024-05-15 16:01:29 +08:00
parent dbd62b3156
commit 2b7fdf7b9f
3 changed files with 6 additions and 3 deletions

View File

@@ -1,7 +1,9 @@
{{define "footer"}}
</div>
<div class="footer">
{{if ne .Config.Icp ""}}
<span>{{ .Config.Icp }}</span><span class="footer-divider"> | </span>
{{ end }}
<span>
© 2018 - <script>document.write(new Date().getFullYear())</script> {{ .Config.Author }}
Powered By <a href="{{ .Config.AppRepository }}" target="_blank"> {{ .Config.AppName }} </a>