add styles of visitors count
This commit is contained in:
parent
4d6ff1d207
commit
482f434c48
@ -1,6 +1,12 @@
|
||||
<!-- valine -->
|
||||
<script src='//unpkg.com/valine/dist/Valine.min.js'></script>
|
||||
|
||||
<style>
|
||||
.leancloud_visitors {
|
||||
color: rgb(181, 181, 181);
|
||||
}
|
||||
</style>
|
||||
|
||||
<span id="{{ .Permalink | relURL }}" class="leancloud_visitors" data-flag-title="{{ .Title }}">
|
||||
<span class="post-meta-item-text">文章阅读量 </span>
|
||||
<span class="leancloud-visitors-count">0</span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user