Fix mastodon link

This commit is contained in:
MG-5 2023-11-03 12:38:15 +01:00
parent 52bbb56997
commit 3551afe55a

View file

@ -25,7 +25,7 @@
<a href="{{ data.pre | append: id | append: data.pos }}"
title="{{ site.data.language.str_follow_on }} {{ brand | remove: '-' | capitalize }}"
target="_blank"
{% if data == mastodon %}
{% if brand == "mastodon" %}
rel="me"
{% else %}
rel="noopener"