Skip to content

Commit 1ed0283

Browse files
committed
Do not auto track */hub/billing/*
1 parent 8f1f1a9 commit 1ed0283

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/_default/baseof.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
integrity="sha384-/WQteTtaLX4nU22mvCeTi4Yz3iK/J3yZ2rKq5jDxPMlizEQGzgJOlSofJxh+bx4B"
8989
crossorigin="anonymous"
9090
defer
91-
{{ if eq .RelPermalink "/hub/billing/" }}data-auto-track="false"{{ end }}>
91+
{{ if in .RelPermalink "/hub/billing/" }}data-auto-track="false"{{ end }}>
9292
</script>
9393
{{ else }}
9494
<script data-domain="cryptomator.org" src="https://plausible.skymatic.de/js/script.file-downloads.hash.outbound-links.tagged-events.js" integrity="sha384-egs8fp2Vph6JyDsFP2YT8pcJ87gHh8zcRbUNh9YokH9WugpdG6hBOlJI7+uxrBEf" crossorigin="anonymous" defer></script>
@@ -98,7 +98,7 @@
9898
integrity="sha384-/WQteTtaLX4nU22mvCeTi4Yz3iK/J3yZ2rKq5jDxPMlizEQGzgJOlSofJxh+bx4B"
9999
crossorigin="anonymous"
100100
defer
101-
{{ if eq .RelPermalink "/hub/billing/" }}data-auto-track="false"{{ end }}>
101+
{{ if in .RelPermalink "/hub/billing/" }}data-auto-track="false"{{ end }}>
102102
</script>
103103
{{ end }}
104104
{{ if hugo.IsDevelopment }}

0 commit comments

Comments
 (0)