Özgür Yazılım Derneği web sitesi https://oyd.org.tr
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.
 
 
 
oyd-web/layouts/shortcodes/mail-lists.html

11 lines
577 B

{{ $data := index .Site.Data .Site.Language.Lang }}
<h2>{{ i18n "listeler" }}</h2>
{{ range $data.mail_lists.lists }}
<h3 class="list-title">{{ .title }} ({{ .address }})</h3>
<p>{{ .description }}</p>
<a class="button success" role="button" href="mailto:{{ .request }}?subject=subscribe">{{ i18n "abone_ol" }}</a>
<a class="button danger" role="button" href="mailto:{{ .request }}?subject=unsubscribe">{{ i18n "abonelikten_cik" }}</a>
<a class="button info" role="button" href="https://liste.oyd.org.tr/hyperkitty/list/{{ .address }}/">{{ i18n "arsiv" }}</a>
<hr/>
{{ end }}