fix ref class

This commit is contained in:
Amolith 2018-12-15 01:58:22 -05:00
parent 563229516f
commit 7ec59e9f05
Signed by: Amolith
GPG Key ID: 51FD40936DB0065B
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<ul class="social-links">
{% if site.author.mastodon %}
<a ref="me" href="https://fosstodon.org/@{{ site.author.gitlab }}" class="social-links__entry" target="_blank">
<a rel="me" href="https://fosstodon.org/@{{ site.author.gitlab }}" class="social-links__entry" target="_blank">
<i class="fa fa-mastodon"></i>
</a>
{% endif %}