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:
parent
ec45e0920b
commit
b62ecf0448
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
{{ range . -}}
|
{{ range . -}}
|
||||||
<a href="{{ .url }}" target="_blank" rel="noopener {{ .rel }}" title="{{ .name | humanize }}">{{ partial "svg.html" . }}</a>
|
<a href="{{ .url }}" target="_blank" rel="me noopener {{ .rel }}" title="{{ .name | humanize }}">{{ partial "svg.html" . }}</a>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue