🐛 Rollback some code change.

This commit is contained in:
凡梦星尘
2022-05-28 16:24:17 +08:00
parent 035c908b33
commit 2fd445d193
4 changed files with 12 additions and 5 deletions

View File

@@ -61,7 +61,7 @@
{{ with .P.busuanzi }}
<div class="busuanzi-count">
{{- if .visitors }}
<span class="post-meta-item" id="busuanzi_container_site_uv" title="{{ T "UserVistorsLabel" }}">
<span class="post-meta-item" id="busuanzi_container_site_uv" title="{{ T "VisitorsLabel" }}">
<span class="post-meta-item-icon">
<i class="{{ .visitorsIcon }}"></i>
</span>

View File

@@ -10,7 +10,7 @@
{{- end }}
{{- if .P.bookmark.enable }}
<a role="button" class="book-mark-link"></a>
<a role="button" class="book-mark-link book-mark-link-fixed"></a>
{{- end }}
{{- with .P.githubBanner }}