gallowelds.com/themes/gallo/layouts/partials/metadata.html
brooke 1212eb7521
All checks were successful
Hugo / build (push) Successful in 10s
update artist statement/bio
2024-07-31 21:52:45 -04:00

12 lines
No EOL
514 B
HTML

{{ if .Date }}
{{ $dateTime := .PublishDate.Format "2006-01-02" }} {{ $dateFormat :=
.Site.Params.dateFormat | default "Jan 2, 2006" }}
<time class="text-xs text-slate-400" datetime="{{ $dateTime }}"
>Last Updated: {{ .PublishDate.Format $dateFormat }}</time
>
{{ end }}
{{ partial "social.html" . }} {{ with .Params.tags }}
<i data-feather="tag"></i>
{{ range . }} {{ $href := print (absURL "tags/") (urlize .) }}
<a class="btn btn-sm btn-outline-dark tag-btn" href="{{ $href }}">{{ . }}</a>
{{ end }} {{ end }}