Skip to content

Commit 0f4a41d

Browse files
committed
feature: Add basic analytics setup
1 parent b7ef917 commit 0f4a41d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/theme/index.hbs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
{{#each additional_css}}
5050
<link rel="stylesheet" href="{{ ../path_to_root }}{{ this }}">
5151
{{/each}}
52+
53+
<!-- Basic analytics setup -->
54+
<script defer src="https://analytics.nilpointer.software/script.js" data-website-id="2a3354b3-c97b-4538-a9a3-cee0f91af3f3"></script>
5255
</head>
5356

5457
<body>

0 commit comments

Comments
 (0)