🐛 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

@ -25,9 +25,9 @@
line-height: 1;
@include font-family-icons('\f02e');
}
}
&:hover {
top: 0px;
}
.book-mark-link:hover, .book-mark-link-fixed {
top: -2px;
}
}

View File

@ -25,6 +25,8 @@ RSSTitle:
other: "RSS Subscribe"
CCLinkTitle:
other: "Creative Commons"
BackTopLabel:
other: "Top"
PostPublishDate:
other: "Publish"
@ -51,5 +53,10 @@ PostTag:
PostReadMore:
other: "Read More"
VisitorsLabel:
other: Total Visitors
PageViewsLabel:
other: Total Page Views
FooterPowerby:
other: "Power by %s"

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 }}