aboutsummaryrefslogtreecommitdiff
path: root/_includes/counter.html
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-02-15 12:00:13 +0300
committerValentin Popov <valentin@popov.link>2024-02-15 12:00:13 +0300
commitc5620abdcfb88d14f615ed763bd30698436b32ef (patch)
tree913893638aca671aa2a001486b192f294b51f307 /_includes/counter.html
parentf0d4ea7a043046999e1cd7cdb08b730c03f4bf97 (diff)
downloadpopov.link-c5620abdcfb88d14f615ed763bd30698436b32ef.tar.xz
popov.link-c5620abdcfb88d14f615ed763bd30698436b32ef.zip
Combined both counters
Diffstat (limited to '_includes/counter.html')
-rw-r--r--_includes/counter.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/_includes/counter.html b/_includes/counter.html
index 4b1dc68..5794241 100644
--- a/_includes/counter.html
+++ b/_includes/counter.html
@@ -1,2 +1,12 @@
<!-- Cloudflare Web Analytics -->
-<script defer src="https://static.cloudflareinsights.com/beacon.min.js" data-cf-beacon='{"token":"4692de25bac642d1bd9df587a72d032e"}'></script> \ No newline at end of file
+<script defer src="https://static.cloudflareinsights.com/beacon.min.js" data-cf-beacon='{"token":"4692de25bac642d1bd9df587a72d032e"}'></script>
+
+<!-- Insights Analytics -->
+<script defer src="https://getinsights.io/js/insights.js"></script>
+
+<script>
+document.addEventListener("DOMContentLoaded", function () {
+ insights.init('xOhRsT1wa6n9QDig');
+ insights.trackPages();
+});
+</script> \ No newline at end of file