🐛 Rollback some code change.
This commit is contained in:
parent
035c908b33
commit
2fd445d193
@ -25,9 +25,9 @@
|
|||||||
line-height: 1;
|
line-height: 1;
|
||||||
@include font-family-icons('\f02e');
|
@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"
|
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"
|
@ -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>
|
||||||
|
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user