You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
836 B

4 years ago
<% if (theme.comments.valine && theme.comments.valine.appId && (theme.comments.valine.visitor == true)) { %>
<div class="new-meta-item browse valine">
<a class='notlink'>
<i class="<%- theme.meta.counter.icon %> fa-fw" aria-hidden="true"></i>
<span id="<%- url_for(post.path || page.path) %>" class="leancloud_visitors" data-flag-title="<%- post.title || page.title %>">
<p>
<span class="leancloud-visitors-count"></span>
</p>
</span>
</a>
</div>
<% } else if (theme.plugins.busuanzi) { %>
<% if(!isPostList){ %>
5 years ago
<div class="new-meta-item browse busuanzi">
<a class='notlink'>
4 years ago
<i class="<%- theme.meta.counter.icon %> fa-fw" aria-hidden="true"></i>
5 years ago
<p>
4 years ago
<span id="busuanzi_value_page_pv"></span>
5 years ago
</p>
5 years ago
</a>
</div>
<% } %>
<% } %>