aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/author-user.html
blob: 797610bdb4e982ab504b76a12b420fbac3befd97 (plain)
1
2
3
4
5
6
7
8
{{- $author := .Data.Author -}}

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

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