forked from oyd/oyd-web
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
491 B
11 lines
491 B
5 years ago
|
<h2>E-posta listeleri</h2>
|
||
|
|
||
|
{{ range $.Site.Data.mail_lists.lists }}
|
||
|
<h3 class="list-title">{{ .title }} ({{ .address }})</h3>
|
||
|
<p>{{ .description }}</p>
|
||
|
<a class="button success" role="button" href="mailto:{{ .address }}?subject=subscribe">Abone Ol</a>
|
||
|
<a class="button danger" role="button" href="mailto:{{ .address }}?subject=unsubscribe">Abonelikten Çık</a>
|
||
|
<a class="button info" role="button" href="https://liste.oyd.org.tr/hyperkitty/list/{{ .address }}/">Arşiv</a>
|
||
|
<hr/>
|
||
|
{{ end }}
|