aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--themes/ymherklotz/layouts/partials/service-single.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/ymherklotz/layouts/partials/service-single.html b/themes/ymherklotz/layouts/partials/service-single.html
index 1cb38f6..afd29f2 100644
--- a/themes/ymherklotz/layouts/partials/service-single.html
+++ b/themes/ymherklotz/layouts/partials/service-single.html
@@ -1,9 +1,9 @@
<tr>
<td class="news-date">{{ .name }}</td>
<td>
- {{ range $i, $t := .conf }}
+ {{- range $i, $t := .conf -}}
{{ if $i }}, {{ end }}
<a href="{{ $t.link }}">{{ $t.name }}</a>
- {{ end }}
+ {{- end -}}
</td>
</tr>