{{- partial "generate-authors" . -}}
{{-
$authorData := (dict
"Context" .
"AuthorDefaultUser" .Site.Author.default.home
)
-}}
{{- $author := partial "function-authors-data.html" (dict "Data" $authorData) -}}
{{- 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 }}
{{- if (eq .Page.Kind "taxonomy") -}}
{{- end -}}
{{- if (eq .Page.Kind "term") -}}
{{- end }}