|
4 | 4 | <h4 class="block uppercase tracking-wide text-gray-400 text-xs font-bold mb-2">Cryptomator</h4> |
5 | 5 | <ul class="list-none m-0"> |
6 | 6 | {{- 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> |
8 | 8 | {{- 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> |
10 | 10 | {{- 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> |
12 | 12 | {{- end }} |
13 | 13 | </ul> |
14 | 14 | </div> |
15 | 15 |
|
16 | 16 | <div> |
17 | 17 | <h4 class="block uppercase tracking-wide text-gray-400 text-xs font-bold mb-2">{{ i18n "footer_contribute_title" }}</h4> |
18 | 18 | <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> |
20 | 20 | {{- 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> |
22 | 22 | {{- 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> |
24 | 24 | </ul> |
25 | 25 | </div> |
26 | 26 |
|
27 | 27 | <div> |
28 | 28 | <h4 class="block uppercase tracking-wide text-gray-400 text-xs font-bold mb-2">Support</h4> |
29 | 29 | <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> |
32 | 32 | {{- 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> |
34 | 34 | {{- end }} |
35 | 35 | </ul> |
36 | 36 | </div> |
37 | 37 |
|
38 | 38 | <div> |
39 | 39 | <h4 class="block uppercase tracking-wide text-gray-400 text-xs font-bold mb-2">{{ i18n "footer_follow_us_title" }}</h4> |
40 | 40 | <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> |
44 | 44 | </ul> |
45 | 45 | </div> |
46 | 46 |
|
47 | 47 | <div> |
48 | 48 | <h4 class="block uppercase tracking-wide text-gray-400 text-xs font-bold mb-2">{{ i18n "footer_legal_title" }}</h4> |
49 | 49 | <ul class="list-none m-0"> |
50 | 50 | {{- 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> |
52 | 52 | {{- end }} |
53 | 53 | {{- 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> |
55 | 55 | {{- end }} |
56 | 56 | {{- 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> |
58 | 58 | {{- end }} |
59 | 59 | </ul> |
60 | 60 | </div> |
|
0 commit comments