aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/author-name.html
blob: a4424e47924a63f872ee9e486b040f90d0cd42fd (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.name | markdownify -}}