Skip to content

Commit

Permalink
Fix double quotes inside cloudflare analytics HTML attribute (theme-n…
Browse files Browse the repository at this point in the history
  • Loading branch information
icpz authored May 21, 2022
1 parent 250a5c8 commit 296edd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/_third-party/analytics/cloudflare.njk
Original file line number Diff line number Diff line change
@@ -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='{&quot;token&quot;: &quot;{{ theme.cloudflare_analytics }}&quot;}'></script>
{%- endif %}

0 comments on commit 296edd3

Please sign in to comment.