remove unneeded word in footer
This commit is contained in:
parent
4e9b0b281c
commit
1f4fb3ae56
|
@ -1,7 +1,7 @@
|
||||||
{{ $list := .AlternativeOutputFormats -}}
|
{{ $list := .AlternativeOutputFormats -}}
|
||||||
{{ $length := (len $list) -}}
|
{{ $length := (len $list) -}}
|
||||||
{{ if $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 }}
|
<a rel="{{ .Rel }}" type="{{ .MediaType.Type }}" href="{{ .Permalink | safeURL }}">{{ .Name }}</a>{{ if ne (add $index 1) $length }} | {{ end }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue