2023-03-22 17:52:21 +08:00
< footer class = "footer" xmlns:th = "https://www.thymeleaf.org" >
2023-03-21 10:49:35 +08:00
< div class = "container" >
< ul class = "footer-container" >
< li >
2023-03-22 17:52:21 +08:00
< a class = "logo-title" th:href = "${site.url}" >
< th:block th:if = "${#strings.isEmpty(site.logo)}" th:text = "${site.title}" / >
< th:block th:unless = "${#strings.isEmpty(site.logo)}" >
< img class = "logo-img" th:src = "${site.logo}" th:alt = "${site.title}" height = "28" >
< img class = "logo-img-dark" th:src = "${#annotations.getOrDefault(theme.config.basic_info, 'night_logo', ${site.logo})}" th:alt = "${site.title}" height = "28" >
< / th:block >
< / a >
2023-03-21 10:49:35 +08:00
< / li >
< li >
2023-03-22 17:52:21 +08:00
< p class = "icon-spot" >
< span th:text = "'© '+${#dates.format(#dates.createNow(), 'yyyy')}+' '+ ${site.title}" > < / span > < a
th:if="${!#strings.isEmpty(theme.config.basic_info.record_number)}"
href="http://beian.miit.gov.cn/publish/query/indexFirst.action" target="_blank" rel="noopener noreferrer nofollow"
th:text="${theme.config.basic_info.record_number}">< / a > < span class = "footer-truncation" > Powered by < a class = "powered" href = "https://halo.run/" target = "_blank" > Halo< / a > & < a class = "powered" href = "https://github.com/nineya/halo-theme-dream" target = "_blank" > Dream< / a > < / span > < / p >
< p class = "icon-spot" th:if = "${!#strings.isEmpty(theme.config.basic_info.website_time) && theme.config.basic_info.enable_busuanzi}" >
< span th:if = "${!#strings.isEmpty(theme.config.basic_info.website_time)}" id = "websiteDate" > 建站< span class = "stand" > 00< / span > 天< span class = "stand" > 0< / span > 时< span class = "stand" > 0< / span > 分< span class = "stand" > 0< / span > 秒< / span >
< span th:if = "${theme.config.basic_info.enable_busuanzi}" class = "icon-spot footer-truncation" >
2023-03-21 10:49:35 +08:00
< span id = "busuanzi_container_site_uv" style = "display: none" >
2023-03-22 17:52:21 +08:00
< i class = "fa fa-user" aria-hidden = "true" > < / i > < span class = "stand" id = "busuanzi_value_site_uv" > 0< / span > 访客
< / span >
2023-03-21 10:49:35 +08:00
< span id = "busuanzi_container_site_pv" style = "display: none" >
2023-03-22 17:52:21 +08:00
< i class = "fa fa-bar-chart" aria-hidden = "true" > < / i > < span class = "stand" id = "busuanzi_value_site_pv" > 0< / span > 访问
< / span >
2023-03-21 10:49:35 +08:00
< / span >
2023-03-22 17:52:21 +08:00
< / p >
< p th:if = "${!#strings.isEmpty(theme.config.basic_info.record_number_ps)}" > < a href = "http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=${settings.record_number_ps?replace('[^\\d]','','ri')}" target = "_blank" rel = "noopener noreferrer nofollow" > < img
2023-03-25 02:04:42 +08:00
src="https://www.beian.gov.cn/portal/download" alt="公网安备" style="vertical-align: text-top; width: 1.2em; margin-right: 4px;"/>[[${theme.config.basic_info.record_number_ps}]]< / a > < / p >
2023-03-22 17:52:21 +08:00
< p th:if = "${!#strings.isEmpty(theme.config.basic_info.cloud_by_logo)}" > 本站由< a
class="cloud-driven" target="_blank" rel="noopener noreferrer nofollow" th:href="${theme.config.basic_info.cloud_by_url}">< img
alt="云服务商" src="${theme.config.basic_info.cloud_by_logo}"/>< / a > 提供云服务< / p >
2023-03-21 10:49:35 +08:00
< / li >
< li >
2023-03-22 17:52:21 +08:00
< halo:footer / >
2023-03-21 10:49:35 +08:00
< / li >
< / ul >
< / div >
< / footer >