6 lines
208 B
HTML
6 lines
208 B
HTML
|
{{- if .Site.Author.name -}}
|
||
|
<div class="meta__item-author meta__item">
|
||
|
{{ partial "svg/author.svg" (dict "class" "meta__icon") -}}
|
||
|
<span class="meta__text">{{ .Site.Author.name }}</span>
|
||
|
</div>
|
||
|
{{- end -}}
|