{{ if .Params.showAuthor | default (.Site.Params.article.showAuthor | default true) }}
{{ with .Site.Author.image }} {{ end }}
{{ with .Site.Author.name }}
{{ . }}
{{ end }} {{ with .Site.Author.links }}
{{ range $links := . }} {{ range $name, $url := $links }} {{ partial "icon.html" $name }} {{ end }} {{ end }}
{{ end }}
{{ end }}