hello-friend-ng/layouts/partials/social-icons.html
Kristofer Rawlins b62ecf0448
Add rel=me for Mastodon verification
This will add an attribute that will allow Mastodon users to get the  on their profile when they add a mastodon social icon to their profile.
2023-02-10 15:19:40 -06:00

3 lines
173 B
HTML

{{ range . -}}
&nbsp; <a href="{{ .url }}" target="_blank" rel="me noopener {{ .rel }}" title="{{ .name | humanize }}">{{ partial "svg.html" . }}</a> &nbsp;
{{- end -}}