Skip to content

Commit 8c321c8

Browse files
committed
added plausible custom events to footer
1 parent d0f573a commit 8c321c8

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

layouts/partials/footer.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,57 +4,57 @@
44
<h4 class="block uppercase tracking-wide text-gray-400 text-xs font-bold mb-2">Cryptomator</h4>
55
<ul class="list-none m-0">
66
{{- with .Site.GetPage "/downloads" }}
7-
<li><a class="text-white hover:text-secondary hover:no-underline" href="{{ .RelPermalink }}">{{ .Title }}</a></li>
7+
<li><a class="text-white hover:text-secondary hover:no-underline plausible-event-name=footer-downloads" href="{{ .RelPermalink }}">{{ .Title }}</a></li>
88
{{- end }}
9-
<li><a class="text-white hover:text-secondary hover:no-underline" href="https://cryptomator.redbubble.com/" target="_blank" rel="noopener">Merchandise</a></li>
9+
<li><a class="text-white hover:text-secondary hover:no-underline plausible-event-name=footer-merchandise" href="https://cryptomator.redbubble.com/" target="_blank" rel="noopener">Merchandise</a></li>
1010
{{- with .Site.GetPage "/presskit" }}
11-
<li><a class="text-white hover:text-secondary hover:no-underline" href="{{ .RelPermalink }}">{{ .Title }}</a></li>
11+
<li><a class="text-white hover:text-secondary hover:no-underline plausible-event-name=footer-presskit" href="{{ .RelPermalink }}">{{ .Title }}</a></li>
1212
{{- end }}
1313
</ul>
1414
</div>
1515

1616
<div>
1717
<h4 class="block uppercase tracking-wide text-gray-400 text-xs font-bold mb-2">{{ i18n "footer_contribute_title" }}</h4>
1818
<ul class="list-none m-0">
19-
<li><a class="text-white hover:text-secondary hover:no-underline" href="https://github.com/cryptomator" target="_blank" rel="noopener">GitHub</a></li>
19+
<li><a class="text-white hover:text-secondary hover:no-underline plausible-event-name=footer-github" href="https://github.com/cryptomator" target="_blank" rel="noopener">GitHub</a></li>
2020
{{- with .Site.GetPage "/donate" }}
21-
<li><a class="text-white hover:text-secondary hover:no-underline" href="{{ .RelPermalink }}">{{ .Title }}</a></li>
21+
<li><a class="text-white hover:text-secondary hover:no-underline plausible-event-name=footer-donate" href="{{ .RelPermalink }}">{{ .Title }}</a></li>
2222
{{- end }}
23-
<li><a class="text-white hover:text-secondary hover:no-underline" href="https://translate.cryptomator.org/" target="_blank" rel="noopener">{{ i18n "footer_contribute_translate" }}</a></li>
23+
<li><a class="text-white hover:text-secondary hover:no-underline plausible-event-name=footer-translate" href="https://translate.cryptomator.org/" target="_blank" rel="noopener">{{ i18n "footer_contribute_translate" }}</a></li>
2424
</ul>
2525
</div>
2626

2727
<div>
2828
<h4 class="block uppercase tracking-wide text-gray-400 text-xs font-bold mb-2">Support</h4>
2929
<ul class="list-none m-0">
30-
<li><a class="text-white hover:text-secondary hover:no-underline" href="https://docs.cryptomator.org/" target="_blank" rel="noopener">Docs</a></li>
31-
<li><a class="text-white hover:text-secondary hover:no-underline" href="https://community.cryptomator.org/" target="_blank" rel="noopener">Community</a></li>
30+
<li><a class="text-white hover:text-secondary hover:no-underline plausible-event-name=footer-docs" href="https://docs.cryptomator.org/" target="_blank" rel="noopener">Docs</a></li>
31+
<li><a class="text-white hover:text-secondary hover:no-underline plausible-event-name=footer-community" href="https://community.cryptomator.org/" target="_blank" rel="noopener">Community</a></li>
3232
{{- with .Site.GetPage "/contact" }}
33-
<li><a class="text-white hover:text-secondary hover:no-underline" href="{{ .RelPermalink }}">{{ .Title }}</a></li>
33+
<li><a class="text-white hover:text-secondary hover:no-underline plausible-event-name=footer-contact" href="{{ .RelPermalink }}">{{ .Title }}</a></li>
3434
{{- end }}
3535
</ul>
3636
</div>
3737

3838
<div>
3939
<h4 class="block uppercase tracking-wide text-gray-400 text-xs font-bold mb-2">{{ i18n "footer_follow_us_title" }}</h4>
4040
<ul class="list-none m-0">
41-
<li><a class="text-white hover:text-secondary hover:no-underline" href="https://mastodon.online/@cryptomator" target="_blank" rel="noopener me">Mastodon</a></li>
42-
<li><a class="text-white hover:text-secondary hover:no-underline" href="https://linkedin.com/company/skymatic" target="_blank" rel="noopener">LinkedIn</a></li>
43-
<li><a class="text-white hover:text-secondary hover:no-underline" href="{{ .Site.LanguagePrefix }}/feed.xml" rel="alternate" type="application/rss+xml">{{ i18n "footer_follow_us_rss_feed" }}</a></li>
41+
<li><a class="text-white hover:text-secondary hover:no-underline plausible-event-name=footer-mastodon" href="https://mastodon.online/@cryptomator" target="_blank" rel="noopener me">Mastodon</a></li>
42+
<li><a class="text-white hover:text-secondary hover:no-underline plausible-event-name=footer-linkedin" href="https://linkedin.com/company/skymatic" target="_blank" rel="noopener">LinkedIn</a></li>
43+
<li><a class="text-white hover:text-secondary hover:no-underline plausible-event-name=footer-rss-feed" href="{{ .Site.LanguagePrefix }}/feed.xml" rel="alternate" type="application/rss+xml">{{ i18n "footer_follow_us_rss_feed" }}</a></li>
4444
</ul>
4545
</div>
4646

4747
<div>
4848
<h4 class="block uppercase tracking-wide text-gray-400 text-xs font-bold mb-2">{{ i18n "footer_legal_title" }}</h4>
4949
<ul class="list-none m-0">
5050
{{- with .Site.GetPage "/impressum" }}
51-
<li><a class="text-white hover:text-secondary hover:no-underline" href="{{ .RelPermalink }}">{{ .Title }}</a></li>
51+
<li><a class="text-white hover:text-secondary hover:no-underline plausible-event-name=footer-impressum" href="{{ .RelPermalink }}">{{ .Title }}</a></li>
5252
{{- end }}
5353
{{- with .Site.GetPage "/privacy" }}
54-
<li><a class="text-white hover:text-secondary hover:no-underline" href="{{ .RelPermalink }}">{{ .Title }}</a></li>
54+
<li><a class="text-white hover:text-secondary hover:no-underline plausible-event-name=footer-privacy" href="{{ .RelPermalink }}">{{ .Title }}</a></li>
5555
{{- end }}
5656
{{- with .Site.GetPage "/terms" }}
57-
<li><a class="text-white hover:text-secondary hover:no-underline" href="{{ .RelPermalink }}">{{ .Title }}</a></li>
57+
<li><a class="text-white hover:text-secondary hover:no-underline plausible-event-name=footer-terms" href="{{ .RelPermalink }}">{{ .Title }}</a></li>
5858
{{- end }}
5959
</ul>
6060
</div>

0 commit comments

Comments
 (0)