aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/author-user.html
blob: 6c6613e7ed25ab175b2381639ad4f44dcf35d013 (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 -}}