Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 36e546b

Browse files
committed
增加访客统计
1 parent f02439b commit 36e546b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_includes/_partials/footer.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
12
<div class="copyright" >
23
{% assign current = site.time | date: '%Y' %}
34
{% assign since = site.since | downcase %}
@@ -10,6 +11,8 @@
1011
</div>
1112

1213
{% if site.copyright %}
14+
<div class="powered-by"> <i class="fa fa-user-md"></i><span id="busuanzi_container_site_uv"> 本站访客数:<span id="busuanzi_value_site_uv"></span> </span> </div>
15+
1316
<div class="powered-by">
1417
{{ __.footer.powered | replace: '%s', '<a class="theme-link" href="https://jekyllrb.com">Jekyll</a>') }}
1518
</div>

0 commit comments

Comments
 (0)