{{ $author := index .Site.Data ((or .Params.author .Site.Author.default.user) | default "default") }}
{{- with .Params.feed.description -}}

{{ . }}

{{- else -}}

{{- $author.description | markdownify -}}

{{- end -}}