This commit is contained in:
Tomas Dvorak
2025-10-29 21:20:16 +01:00
parent 823fabee02
commit 16e4533202
61 changed files with 2308 additions and 942 deletions
+10 -5
View File
@@ -201,6 +201,16 @@
{{if .ContactEmail}}<a href="mailto:{{.ContactEmail}}">E-mail</a>{{end}}
</p>
{{end}}
{{if .RecipientEmail}}
<p>Tento email byl odeslán na adresu <strong>{{.RecipientEmail}}</strong>.</p>
{{end}}
{{if or .UnsubscribeURL .ManageURL}}
<p>
{{if .UnsubscribeURL}}<a href="{{.UnsubscribeURL}}" class="unsubscribe-link">Odhlásit odběr</a>{{end}}
{{if and .UnsubscribeURL .ManageURL}} | {{end}}
{{if .ManageURL}}<a href="{{.ManageURL}}" class="unsubscribe-link">Upravit předvolby</a>{{end}}
</p>
{{end}}
{{if or .FacebookURL .InstagramURL .YouTubeURL .TwitterURL}}
<div class="social-links">
{{if .FacebookURL}}<a href="{{.FacebookURL}}" target="_blank">Facebook</a>{{end}}
@@ -211,11 +221,6 @@
{{end}}
<p>{{.ClubName}} &copy; {{now.Format "2006"}}. Všechna práva vyhrazena.</p>
<p>Pokud jste tento email obdrželi omylem, prosíme o jeho smazání.</p>
{{if .UnsubscribeURL}}
<p style="margin-top: 15px;">
<a href="{{.UnsubscribeURL}}" class="unsubscribe-link">Odhlásit se z odběru</a>
</p>
{{end}}
<p style="margin-top: 12px; font-size: 12px; color: #a0aec0;">
Made by <a href="https://sportcreative.cz/myclub" target="_blank" style="color:#718096;">MyClub by Sportcreative</a>
</p>