Files
homepage/themes/Gregroad/layouts/partials/post_meta/author.html
T

6 lines
208 B
HTML
Raw Normal View History

2022-10-10 16:06:10 -05:00
{{- 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 -}}