diff options
author | navanchauhan <navanchauhan@gmail.com> | 2021-12-24 22:58:16 -0700 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2021-12-24 22:58:16 -0700 |
commit | 8c7d8b223773e837460a8e980611b34e366cdc03 (patch) | |
tree | 12c3adf4128ad1774152713bcdca8c8c6943093d | |
parent | e036753ed3ab229d50cfb0757acff648b18ba5d6 (diff) |
added plausible analytics
-rw-r--r-- | templates/head_tag.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/head_tag.html b/templates/head_tag.html index 586cbf8..498c3e2 100644 --- a/templates/head_tag.html +++ b/templates/head_tag.html @@ -16,4 +16,5 @@ <meta name="og:image" content="https://navanchauhan.github.io/images/logo.png" /> <link rel="manifest" href="manifest.json" /> <meta name="google-site-verification" content="LVeSZxz-QskhbEjHxOi7-BM5dDxTg53x2TwrjFxfL0k" /> - <script async src="//gc.zgo.at/count.js" data-goatcounter="https://navanchauhan.goatcounter.com/count"></script>
\ No newline at end of file + <script async src="//gc.zgo.at/count.js" data-goatcounter="https://navanchauhan.goatcounter.com/count"></script> + <script defer data-domain="web.navan.dev" src="https://plausible.io/js/plausible.js"></script> |