remove unneeded word in footer

This commit is contained in:
Vicky Steeves 2020-10-14 22:58:46 -04:00
parent 4e9b0b281c
commit 1f4fb3ae56
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{{ $list := .AlternativeOutputFormats -}}
{{ $length := (len $list) -}}
{{ if $list -}}
<p>Subscribe{{ with .Section }} to section {{ . }}{{ end }}: {{ range $index, $element := $list -}}
<p>Subscribe{{ with .Section }} to {{ . }}{{ end }}: {{ range $index, $element := $list -}}
<a rel="{{ .Rel }}" type="{{ .MediaType.Type }}" href="{{ .Permalink | safeURL }}">{{ .Name }}</a>{{ if ne (add $index 1) $length }} | {{ end }}
{{- end -}}
</p>