Skip to content

Commit bf64ba0

Browse files
feat: Setup site analytics
1 parent 34aad79 commit bf64ba0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

typ/templates/template.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,19 @@
1515
/>
1616
<title>clreq-gap for typst</title>
1717
<meta name="description" content="Chinese Layout Gap Analysis for Typst. 分析 Typst 与中文排版的差距。" />
18+
<script>
19+
/**
20+
* Site analytics
21+
* https://clarity.microsoft.com
22+
*
23+
* Please contact https://github.com/YDX-2147483647 for data.
24+
*/
25+
(function(c,l,a,r,i,t,y){
26+
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
27+
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
28+
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
29+
})(window, document, "clarity", "script", "tspavry5di");
30+
</script>
1831
</head>
1932
<body>
2033
<style>

0 commit comments

Comments
 (0)