{{- $author := partial "function-authors-data.html" . -}}
{{- $href := print ($author.user | relURL) "/" -}}
{{- $name := $author.name -}}
{{- $title := $name -}}
{{- with .Params.feed -}}
{{- $href = or $.Params.feed.home (print "http://" $.Params.feed.domain) -}}
{{- $name = $.Params.feed.name -}}
{{- $title = $name -}}
{{- end -}}
{{ $name }}
{{- /* This comment removes trailing newlines and white spaces. */ -}}
{{- /* This comment removes trailing newlines and white spaces. */ -}}