aboutsummaryrefslogtreecommitdiffstats
path: root/themes/ymherklotz/layouts/partials/service-single.html
blob: afd29f2527d71c804919ecf0e5a7a44cff36af74 (plain)
1
2
3
4
5
6
7
8
9
<tr>
  <td class="news-date">{{ .name }}</td>
  <td>
    {{- range $i, $t := .conf -}}
    {{ if $i }}, {{ end }}
    <a href="{{ $t.link }}">{{ $t.name }}</a>
    {{- end -}}
  </td>
</tr>