{{- $author := partial "function-authors-data.html" . -}} {{- $description := or .Params.feed.description ($author.description | markdownify) -}} {{- $name := or .Params.feed.name $author.name -}} {{- $user := $author.user -}} {{- $host := (urls.Parse .Site.BaseURL).Host -}} {{- $href := print .Site.BaseURL "/" (partial "author-user.html" .) "/#" -}} {{- if not $host -}} {{- $host = "localhost" -}} {{- end -}} {{- $title := print (partial "author-user.html" .) "@" $host -}} {{- with .Params.feed -}} {{- $host = $.Params.feed.domain -}} {{- $href = or $.Params.feed.home (print "http://" $.Params.feed.domain) -}} {{- $title = $.Params.feed.domain -}} {{- $user = "" -}} {{- end -}}

{{ $description }}