Skip to content

Commit

Permalink
fix: 关于页面阅读量导致的报错
Browse files Browse the repository at this point in the history
  • Loading branch information
imhanjie committed Jul 31, 2020
1 parent 7b45a5a commit 4ca4607
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions templates/about.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@
</article>
</div>
<br>
<% if(site.customConfig['valine'] && site.customConfig['visitor']) { %>
<span id="/<%= post.link.split('/')[3] %>/" class="leancloud_visitors" data-flag-title="<%= post.title %>">
<em class="post-meta-item-text">阅读量 </em>
<i class="leancloud-visitors-count">0</i>
</span>
<% } %>

<% if (typeof commentSetting !== 'undefined' && commentSetting.showComment) { %>
<% if (commentSetting.commentPlatform === 'gitalk') { %>
<%- include('./includes/gitalk') %>
Expand Down

0 comments on commit 4ca4607

Please sign in to comment.