{{- $author := partial "function-authors-data.html" . -}}
{{- with (eq .Page.Kind "home") -}}
{{- range $author := $.Site.Sections }}
{{ end }}
{{- end -}}
{{- with (eq .Page.Kind "section") -}}
{{- with $author.feeds.rss }}
{{ range $author.feeds.rss }}
{{ $data := split . " " }}
{{- $url := delimit (first 1 $data) "" -}}
{{- $retitle := trim (delimit (after 1 $data) " ") " " -}}
{{- $retitle := and $retitle (print $retitle "'s Feed") -}}
{{ end }}
{{ end }}
{{- end -}}
{{- with (eq .Page.Kind "taxonomy") -}}
{{- end -}}
{{- with (eq .Page.Kind "term") -}}
{{- end }}