{{- if .Param "authorbox" }}
{{- if and (not .Params.Author.avatar) (not .Params.Author.name) (not .Params.Author.bio) }}

WARNING: Authorbox is activated, but [Author] parameters are not specified.

{{- end }} {{- with .Params.Author.avatar }}
{{ $.Params.Author.name }} avatar
{{- end }} {{- with .Params.Author.name }}
{{ T "authorbox_name" . }}
{{- end }} {{- with .Params.Author.bio }}
{{ . }}
{{- end }}
{{- end }}