diff options
| author | sslyxhz <sslyxhz@hotmail.com> | 2018-11-05 16:15:24 +0800 |
|---|---|---|
| committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2018-11-05 16:15:24 +0800 |
| commit | 51e5acaae1f290fd5df50e62935afc8df56e4018 (patch) | |
| tree | fe3d9db3c7362c3d62b088213f953ee37f68d639 /layouts | |
| parent | 1a1240ccf7a4ed8afc6c12e65c333b426248bb38 (diff) | |
fix(busuanzi): update busuanzi domain
Closes #104
Closes #108
Closes #109
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/partials/head.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index b38f160..ee07cfe 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -57,7 +57,7 @@ <!-- busuanzi --> {{- if .Site.Params.busuanzi.enable -}} -<script async src="//dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script> + <script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script> {{- end -}} <!-- Styles --> |
