1
0
Fork 0

Add rel="me" param to social links

This commit is contained in:
Tomasz Lewinski 2023-02-07 21:38:29 +01:00
parent 54d0b03e1e
commit 094127286e

View file

@ -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>