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.
This commit is contained in:
Kristofer Rawlins 2023-02-10 15:19:40 -06:00 committed by GitHub
parent ec45e0920b
commit b62ecf0448
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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