Skip to content

Commit

Permalink
Update busuanzi-counter.njk
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang authored Nov 3, 2024
1 parent 4d12f89 commit ba4b6fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layout/_third-party/statistics/busuanzi-counter.njk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{%- if theme.busuanzi_count.enable %}
{%- if theme.busuanzi_count.custom_url %}
<script{{ pjax }} async src="{{ theme.busuanzi_count.custom_url }}"></script>
{%- 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 %}
Expand Down

0 comments on commit ba4b6fa

Please sign in to comment.