mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
Support vendors.busuanzi config (#843)
Co-authored-by: Mimi <stevenjoezhang@gmail.com>
This commit is contained in:
parent
3cddef0ab8
commit
4e6703bc1d
@ -1,3 +1,7 @@
|
||||
{%- if theme.busuanzi_count.enable %}
|
||||
{%- if theme.vendors.busuanzi %}
|
||||
<script{{ pjax }} async src="{{ theme.vendors.busuanzi }}"></script>
|
||||
{%- else %}
|
||||
<script{{ pjax }} async src="https://busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
|
||||
{%- endif %}
|
||||
{%- endif %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user