Skip to content

Commit 68e960a

Browse files
authored
Merge pull request #33 from ajfite/master
Add rel=me for Mastodon link verification
2 parents f70a390 + d1db068 commit 68e960a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/partials/general/social-links.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<!-- Mastodon -->
1414
{{ if .Site.Params.social.links.mastodon_user }}
1515
<li>
16-
<a href="https://{{ with .Site.Params.social.links.mastodon_server }}{{ . }}{{ else }}mastodon.social{{ end }}/@{{ with .Site.Params.social.links.mastodon_user }}{{ . }}{{ end }}" target="_blank" rel="noopener" aria-label="Visit Mastodon profile" class="social-btn mastodon">
16+
<a href="https://{{ with .Site.Params.social.links.mastodon_server }}{{ . }}{{ else }}mastodon.social{{ end }}/@{{ with .Site.Params.social.links.mastodon_user }}{{ . }}{{ end }}" target="_blank" rel="me noopener" aria-label="Visit Mastodon profile" class="social-btn mastodon">
1717
{{ partial "svg/mastodon.svg" }}
1818
</a>
1919
</li>
@@ -55,4 +55,4 @@
5555
</li>
5656
{{ end }}
5757
</ul>
58-
</div>
58+
</div>

0 commit comments

Comments
 (0)