summaryrefslogtreecommitdiff
path: root/themes/new_theme/layouts/partials/post_meta/author.html
blob: 0ee0fc937ac0c3cfdde274ac140a08c538db8a93 (plain)
1
2
3
4
5
6
{{- 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 -}}