diff options
author | Valentin Popov <valentin@popov.link> | 2024-02-15 11:39:33 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-02-15 11:39:33 +0300 |
commit | 7a2e7d3e61128da7c122d1c61fdcb913f24b23d4 (patch) | |
tree | 233fa6a09e2ca7e57f00ca925d958b5759f6f9b4 | |
parent | 90696e5fdfcaded849051b95609c51e09a800073 (diff) | |
download | popov.link-7a2e7d3e61128da7c122d1c61fdcb913f24b23d4.tar.xz popov.link-7a2e7d3e61128da7c122d1c61fdcb913f24b23d4.zip |
Added Insights Analytics
-rw-r--r-- | _includes/counter.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/_includes/counter.html b/_includes/counter.html index e69de29..d97aa35 100644 --- a/_includes/counter.html +++ b/_includes/counter.html @@ -0,0 +1,6 @@ +<!-- Insights Analytics --> +<script src="https://getinsights.io/js/insights.js"></script> +<script> +insights.init('xOhRsT1wa6n9QDig'); +insights.trackPages(); +</script>
\ No newline at end of file |