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

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

{{- end }} {{- with .Site.Author.avatar }}
{{ $.Site.Author.name }} avatar
{{- end }} {{- with .Site.Author.name }}
{{ T "authorbox_name" . }}
{{- end }} {{- with .Site.Author.bio }}
{{ . | markdownify }}
{{- end }}
{{- end }}