www.byjp.me/layouts/partials/social-icons.html
JP Hastings-Spital 93ff5b24fd Label my socials
My brother pointed out that, for the uninitiated, the list of icons can be a bit opaque. I've tried to add some context without overburdening the homepage.
2025-01-31 14:12:37 +00:00

10 lines
426 B
HTML

{{- $cat := "" -}}
{{ range . -}}
{{- if ne $cat .category -}}
{{- if ne $cat "" -}}<label>{{ $cat }}</label></li>{{- end -}}
{{- $cat = .category -}}
<li>
{{- end -}}
<a href="{{ .url }}" target="_blank" rel="{{ if .rel }}{{ .rel }}{{ else }}me noopener{{ end }}" title="{{ .name | humanize }}">{{- partialCached "svg.html" . . -}}</a>
{{- end -}}
<label>{{ $cat }}</label></li>{{- "" -}}