aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2023-11-10 13:52:13 +0300
committerValentin Popov <valentin@popov.link>2023-11-10 13:52:13 +0300
commit7a28b548cc574f494da7b3db5a1c5761cec2276f (patch)
tree8a4cae2efafb428373bda192b9449c31c9dfbda7
parentf393cbc7c676c8d036e7e67203ad468d1dcf56e3 (diff)
downloadpopov.link-7a28b548cc574f494da7b3db5a1c5761cec2276f.tar.xz
popov.link-7a28b548cc574f494da7b3db5a1c5761cec2276f.zip
Update analytics script to use Cloudflare Insights
-rw-r--r--templates/includes/counter.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/includes/counter.html b/templates/includes/counter.html
index 3467b6f..78f6c69 100644
--- a/templates/includes/counter.html
+++ b/templates/includes/counter.html
@@ -1,5 +1,5 @@
{% set url = current_url | default(value='/') %}
{% if url is not containing('.onion') %}
-<script async data-website-id="c3d1c4c4-3d33-4523-8829-90eb352fc3aa" src="https://analytics.umami.is/script.js"></script>
+<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "e99c0f2068c344eab04215551857e916"}'></script>
{% endif %} \ No newline at end of file