Files
2024-12-14 22:37:14 +00:00

10 lines
260 B
HTML

<div class="meta__item-author meta__item">
<span class="meta__text">
{{- if .Params.author -}}
by {{ .Params.author }}
{{- else if .Site.Params.Author.name -}}
by {{ .Site.Params.Author.name }}
{{- end -}}
</span>
</div>