We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf7b8f commit 38d98a0Copy full SHA for 38d98a0
themes/mastodon/layouts/_default/baseof.html
@@ -33,7 +33,8 @@
33
</div>
34
35
{{ if ne .Site.Params.analytics.enabled false }}
36
- <script async src="{{ .Site.Params.analytics.script | default "https://scripts.simpleanalyticscdn.com/latest.js" }}"></script>
+ <script data-mode="hash" async src="{{ .Site.Params.analytics.script | default "https://scripts.simpleanalyticscdn.com/latest.js" }}"></script>
37
+ <script async src="https://scripts.simpleanalyticscdn.com/auto-events.js"></script>
38
{{ end }}
39
40
</body>
0 commit comments