mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
Fix double quotes inside cloudflare analytics HTML attribute (#520)
This commit is contained in:
parent
250a5c851d
commit
296edd33ab
2
layout/_third-party/analytics/cloudflare.njk
vendored
2
layout/_third-party/analytics/cloudflare.njk
vendored
@ -1,3 +1,3 @@
|
||||
{%- if theme.cloudflare_analytics %}
|
||||
<script{{ pjax }} defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "{{ theme.cloudflare_analytics }}"}'></script>
|
||||
<script{{ pjax }} defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "{{ theme.cloudflare_analytics }}"}'></script>
|
||||
{%- endif %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user