Merge pull request #409 from rawbyt3s/patch-1
Add rel=me for Mastodon verification
This commit is contained in:
commit
eca5de24fd
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