Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f02439b commit 36e546bCopy full SHA for 36e546b
_includes/_partials/footer.html
@@ -1,3 +1,4 @@
1
+<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
2
<div class="copyright" >
3
{% assign current = site.time | date: '%Y' %}
4
{% assign since = site.since | downcase %}
@@ -10,6 +11,8 @@
10
11
</div>
12
13
{% 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
+
16
<div class="powered-by">
17
{{ __.footer.powered | replace: '%s', '<a class="theme-link" href="https://jekyllrb.com">Jekyll</a>') }}
18
0 commit comments