This repository has been archived on 2023-08-03. You can view files and clone it, but cannot push or open issues or pull requests.
sito-web/layouts/partials/donations.html

15 lines
656 B
HTML
Raw Normal View History

2022-12-24 19:15:22 +01:00
{{ with .Site.Params.telegram_url }}
2023-03-19 13:52:45 +01:00
<i class="fa fa-telegram"></i> Seguici dal nostro canale <b>Telegram</b> per rimanere aggiornato con le notizie:
2022-12-24 19:15:22 +01:00
<br>
2023-07-09 00:13:07 +02:00
<a href="{{ . }}" class="big-button" target="_blank">Segui ILS ESTE ➡️</a>
2022-12-24 19:15:22 +01:00
{{ end }}
2022-12-19 22:37:47 +01:00
{{ with .Site.Params.donations }}
2022-12-24 19:15:22 +01:00
2022-12-19 22:37:47 +01:00
<hr>
2022-12-24 19:15:22 +01:00
2023-03-19 13:52:45 +01:00
<h4><i class="fa fa-life-ring"></i> Vuoi supportare la nostra attività?</h4>
2023-07-09 00:13:07 +02:00
Se vuoi sostenere questo gruppo e le nostre attività puoi scegliere di associarti a ILS, avendo cura di scegliere l'affiliazione alla sezione locale di Este:<br>
<a href="https://ilsmanager.linux.it/ng/register" target="_blank" class="big-button">Sostieni ILS Este</a>
2022-12-19 22:37:47 +01:00
{{ end }}