Add rel="me" tag to mastodon link

This commit is contained in:
MG-5 2023-11-01 15:01:00 +01:00
parent 0e611d7f2f
commit 7c9c964cfd

View file

@ -25,7 +25,12 @@
<a href="{{ data.pre | append: id | append: data.pos }}"
title="{{ site.data.language.str_follow_on }} {{ brand | remove: '-' | capitalize }}"
target="_blank"
rel="noopener">
{% if data == mastodon %}
rel="me"
{% else %}
rel="noopener"
{% endif %}
>
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="{{ icon }} fa-stack-1x fa-inverse"></i>