From 1f4fb3ae566e858b5f4443e53ccee9e875004fbf Mon Sep 17 00:00:00 2001 From: Vicky Steeves Date: Wed, 14 Oct 2020 22:58:46 -0400 Subject: [PATCH] remove unneeded word in footer --- layouts/partials/feedlinks.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -}}