add rel=me to mastodon iconlink
This commit is contained in:
parent
ab90184ec5
commit
aa6a138f8b
|
@ -1,4 +1,7 @@
|
|||
<a
|
||||
{{ if eq (lower .Identifier) 'mastodon' }}
|
||||
rel="me"
|
||||
{{ end }}
|
||||
target="_blank"
|
||||
class="nerdlink"
|
||||
href="{{ .URL | safeURL }}">
|
||||
|
|
Loading…
Reference in New Issue