Add rel="me" param to social links
This commit is contained in:
parent
54d0b03e1e
commit
094127286e
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@
|
|||
style="--url: url(./{{ . }}.svg)"
|
||||
href="{{ if eq . `rss` }} {{ `index.xml` | absURL }} {{ else if eq . `mastodon` }} {{ site.Params.Get . }} {{ else }} https://{{ . }}.com/{{ site.Params.Get . }} {{ end }}"
|
||||
target="_blank"
|
||||
{{ if ne . `rss` }}rel="me"{{ end }}
|
||||
></a>
|
||||
{{ end }}<!---->
|
||||
</nav>
|
||||
|
|
Loading…
Reference in a new issue