diff options
author | Valentin Popov <valentin@popov.link> | 2024-04-02 17:44:58 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-04-02 17:46:17 +0300 |
commit | 12550c8d460944cb50c797beef78f9982f8f283a (patch) | |
tree | 3e1dfbeb127cdd977ace80dbae1f8b20c95640a3 /_includes/counter.html | |
parent | cb9ecf417ce7f81fc7a40aaa11da090a4e5cb177 (diff) | |
download | popov.link-12550c8d460944cb50c797beef78f9982f8f283a.tar.xz popov.link-12550c8d460944cb50c797beef78f9982f8f283a.zip |
Added GoatCounter
Diffstat (limited to '_includes/counter.html')
-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 f489327..8aa2ff8 100644 --- a/_includes/counter.html +++ b/_includes/counter.html @@ -1,2 +1,8 @@ <!-- AppMetrix Web Analytics --> <script defer src="https://appmetrix.com/pixel/T5X0z12SoASBV8Dv"></script> + +<!-- GoatCounter Analytics --> +<script defer data-goatcounter="https://analytics.popov.link/count" src="/assets/javascript/count.js"></script> +<noscript> + <img src="https://analytics.popov.link/count?p={{- page.url | relative_url | url_escape -}}&t={{- page.title | default: site.title | strip | normalize_whitespace | url_encode -}}" alt="pixel" /> +</noscript>
\ No newline at end of file |