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