diff --git a/layouts/partials/feedlinks.html b/layouts/partials/feedlinks.html index 5bb25c1..20e302f 100644 --- a/layouts/partials/feedlinks.html +++ b/layouts/partials/feedlinks.html @@ -1,7 +1,7 @@ {{ $list := .AlternativeOutputFormats -}} {{ $length := (len $list) -}} {{ if $list -}} -

Subscribe{{ with .Section }} to section {{ . }}{{ end }}: {{ range $index, $element := $list -}} +

Subscribe{{ with .Section }} to {{ . }}{{ end }}: {{ range $index, $element := $list -}} {{ .Name }}{{ if ne (add $index 1) $length }} | {{ end }} {{- end -}}