🐛 Rollback some code change.
This commit is contained in:
parent
035c908b33
commit
2fd445d193
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
@ -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>
|
||||
|
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user