Skip to content

Commit

Permalink
doc/cfa: don't defer
Browse files Browse the repository at this point in the history
Privacy plugin is messing this up into "defer= script=".
Don't really need to defer since it's at the end of the page.
  • Loading branch information
abhinav committed Jul 22, 2024
1 parent 636cebd commit cfec302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
{{ super() }}

{% if config.extra.cloudflare_token -%}
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "{{ config.extra.cloudflare_token }}"}'></script>
<script src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "{{ config.extra.cloudflare_token }}"}'></script>
{%- endif %}
{% endblock %}

0 comments on commit cfec302

Please sign in to comment.