Added rel="me" to mastodon links.

This commit is contained in:
Andrew Stowell
2018-12-05 15:44:50 -05:00
parent e7ec7f2a1f
commit f7fc8bebbf
+1 -1
View File
@@ -25,7 +25,7 @@
{%- endif -%}
{%- for mst in site.mastodon -%}
{%- if mst.username and mst.instance -%}
<li><a href="https://{{ mst.instance | cgi_escape | escape}}/@{{mst.username}}" class="icon"><span class="fab fa-mastodon" title="{{ mst.instance }}: {{ mst.username | escape }}"></span></a></li>
<li><a rel="me" href="https://{{ mst.instance | cgi_escape | escape}}/@{{mst.username}}" class="icon"><span class="fab fa-mastodon" title="{{ mst.instance }}: {{ mst.username | escape }}"></span></a></li>
{%- endif -%}
{%- endfor -%}
{%- if site.twitter_username -%}