Skip to content

Commit 6428a62

Browse files
committed
Add cryptomator.local Plausible for testing
1 parent 947042d commit 6428a62

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

layouts/_default/baseof.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@
8686
{{ $lazysizes := resources.Get "js/lazysizes/lazysizes.min.js" | fingerprint }}
8787
<script type="text/javascript" src="{{ $lazysizes.RelPermalink }}" integrity="{{ $lazysizes.Data.Integrity }}" async></script>
8888

89-
<script defer data-domain="cryptomator.org" src="https://plausible.skymatic.de/js/script.file-downloads.outbound-links.js" integrity="sha384-+tt0STxxWB96REUfXF1ykJzPEC5cT+TVotVR/JnYqAP04zxND4o8a0JcHg+aq46t" crossorigin="anonymous"></script>
89+
{{ if hugo.IsServer }}
90+
<script defer data-domain="cryptomator.local" src="https://plausible.skymatic.de/js/script.file-downloads.outbound-links.local.js" integrity="sha384-Mxqjebqd2JqJVsYfA4uJh1uzvapUX0fc1FyRIG2mUL1sylOhcdbWhROuSBFqTnrc" crossorigin="anonymous"></script>
91+
{{ else }}
92+
<script defer data-domain="cryptomator.org" src="https://plausible.skymatic.de/js/script.file-downloads.outbound-links.js" integrity="sha384-+tt0STxxWB96REUfXF1ykJzPEC5cT+TVotVR/JnYqAP04zxND4o8a0JcHg+aq46t" crossorigin="anonymous"></script>
93+
{{ end }}
9094
</body>
9195
</html>

0 commit comments

Comments
 (0)