diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index db06398..f8b7c95 100644 --- a/templates/base.html +++ b/templates/base.html @@ -40,6 +40,13 @@ async src="//gc.zgo.at/count.js"></script> <script defer data-domain="web.navan.dev" src="https://plausible.io/js/plausible.js"></script> <link rel="manifest" href="/manifest.json"> + <script type="text/javascript"> + (function(c,l,a,r,i,t,y){ + c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)}; + t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i; + y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y); + })(window, document, "clarity", "script", "ns6xclf91f"); + </script> {% endblock %} </head> <body class="theme-base-0d"> |