Make iconlink me

This commit is contained in:
fbievan 2023-05-07 19:12:19 -05:00
parent 050f47c35f
commit 1b0c38bcc1
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
<a <a
{{ if eq (lower .Identifier) "mastodon" }} {{ if eq (lower .Identifier) "mastodon" }}
rel="me" rel="me"
{{ if eq (lower .Identifier) "pleroma" }}
rel="me"
{{ else }} {{ else }}
rel="noreferrer" rel="noreferrer"
{{ end }} {{ end }}