Özgür Yazılım Derneği web sitesi https://oyd.org.tr
您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
 
 
 
oyd-web/layouts/shortcodes/mail-lists.html

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