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