summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2024-08-24 01:38:16 -0600
committerNavan Chauhan <navanchauhan@gmail.com>2024-08-24 01:38:16 -0600
commitf5563086febf42e5f1661d04f9aa5c51bb94997d (patch)
tree6de0d16317c67b7545a3a74cff341d80d5f91a8e /templates/base.html
parentdf078158fe12d32be8ac9978f51ea39ea649f6d8 (diff)
temporarily add Microsoft Clarity
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html7
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">