Özgür Yazılım Derneği web sitesi https://oyd.org.tr
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
oyd-web/layouts/shortcodes/mail-lists.html

10 satır
491 B

<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 }}