Files
homepage/themes/Gregroad/layouts/partials/post_meta/author.html
T
2024-04-22 01:38:32 -05:00

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 -}}