We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 755f2e0 commit 5628274Copy full SHA for 5628274
1 file changed
docs/src/layouts/Layout.astro
@@ -174,5 +174,12 @@ const structuredData = {
174
175
<!-- Load full theme logic -->
176
<script src="../scripts/theme.ts"></script>
177
+
178
+ <!-- Goat Counter Analytics -->
179
+ <script
180
+ data-goatcounter="https://oss.goatcounter.com/count"
181
+ async
182
+ src="//gc.zgo.at/count.js"
183
+ is:inline></script>
184
</body>
185
</html>
0 commit comments