{{ if ne .Params.authorbox false}} {{- 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 }} {{- end }} {{- with .Site.Author.name }} {{ T "authorbox_name" (dict "Name" .) }} {{- end }} {{- with .Site.Author.bio }} {{ . | markdownify }} {{- end }} {{- end }}
WARNING: Authorbox is activated, but [Author] parameters are not specified.