Skip to content

Commit 99437e7

Browse files
Add web analytics
1 parent 85c663b commit 99437e7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

themes/hugo-theme-console/layouts/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{{ define "main" }}
22

3+
<script type="text/javascript">
4+
(function(c,l,a,r,i,t,y){
5+
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
6+
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
7+
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
8+
})(window, document, "clarity", "script", "i5o6hkvds9");
9+
</script>
10+
311
<h1>Hello World!</h1>
412

513

0 commit comments

Comments
 (0)