We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 610669d commit c0e961dCopy full SHA for c0e961d
_layouts/post.html
@@ -15,7 +15,9 @@ <h1>{{page.title}}</h1>
15
{% if page.author %}<i class="fa fa-user"></i>{{ page.author }}
16
{% endif %}
17
</div>
18
-
+ <div class="label-card">
19
+ <p>阅读:<span id="busuanzi_value_page_pv"></span></p>
20
+ </div>
21
<div class="label-card">
22
{% if page.meta %}<i class="fa fa-key"></i>{{ page.meta }} {% endif %}
23
0 commit comments