🐛 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; line-height: 1;
@include font-family-icons('\f02e'); @include font-family-icons('\f02e');
} }
}
&:hover { .book-mark-link:hover, .book-mark-link-fixed {
top: 0px; top: -2px;
}
} }
} }

View File

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

View File

@ -61,7 +61,7 @@
{{ with .P.busuanzi }} {{ with .P.busuanzi }}
<div class="busuanzi-count"> <div class="busuanzi-count">
{{- if .visitors }} {{- 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"> <span class="post-meta-item-icon">
<i class="{{ .visitorsIcon }}"></i> <i class="{{ .visitorsIcon }}"></i>
</span> </span>

View File

@ -10,7 +10,7 @@
{{- end }} {{- end }}
{{- if .P.bookmark.enable }} {{- 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 }} {{- end }}
{{- with .P.githubBanner }} {{- with .P.githubBanner }}