diff options
author | Valentin Popov <valentin@popov.link> | 2024-02-19 14:06:02 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-02-19 14:06:02 +0300 |
commit | cb9ecf417ce7f81fc7a40aaa11da090a4e5cb177 (patch) | |
tree | 7c8efde7096ab42d0ea82fd49ade4a4f31b67a19 | |
parent | acf590da61911125edc8d2c2b614a37fe9366b00 (diff) | |
download | popov.link-cb9ecf417ce7f81fc7a40aaa11da090a4e5cb177.tar.xz popov.link-cb9ecf417ce7f81fc7a40aaa11da090a4e5cb177.zip |
Deleted the extra counters
-rw-r--r-- | _includes/counter.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/_includes/counter.html b/_includes/counter.html index 095431b..f489327 100644 --- a/_includes/counter.html +++ b/_includes/counter.html @@ -1,15 +1,2 @@ -<!-- Cloudflare Web Analytics --> -<script defer src="https://static.cloudflareinsights.com/beacon.min.js" data-cf-beacon='{"token":"4692de25bac642d1bd9df587a72d032e"}'></script> - <!-- AppMetrix Web Analytics --> <script defer src="https://appmetrix.com/pixel/T5X0z12SoASBV8Dv"></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 |