fix(layouts): fix busuanzi site views variable name in footer

This commit is contained in:
Cell
2026-07-21 01:30:32 +08:00
parent 7a28234de3
commit e07eefd506
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -75,7 +75,7 @@
{{- $loading := dict "Class" "fa-solid fa-spinner fa-spin" | partial "plugin/icon.html" -}}
{{- $iconUV := dict "Class" "fa-regular fa-user me-1" | partial "plugin/icon.html" -}}
{{- $iconPV := dict "Class" "fa-regular fa-eye me-1" | partial "plugin/icon.html" -}}
<div class="footer-line visitor{{ with $footerConfig.order.visitor }} order-{{ . }}{{ end }}{{ if not $busuanzi.siteViews }} hidden{{ end }}">
<div class="footer-line visitor{{ with $footerConfig.order.visitor }} order-{{ . }}{{ end }}{{ if not $busuanzi.site_views }} hidden{{ end }}">
<span id="busuanzi_container_site_uv" title='{{ T "footer.siteUV" }}'>
{{- $iconUV }}<span id="busuanzi_value_site_uv">{{ $loading }}</span>
{{- /* NO_SPACING */ -}}
+1 -1
View File
@@ -1,4 +1,4 @@
{{- hugo.Store.Set "version" "v1.0.0-mrtg7pcg" -}}
{{- hugo.Store.Set "version" "v1.0.0-mrti3b6h" -}}
{{- .Store.Set "this" dict -}}
{{- partial "init/detection-env.html" . -}}