Merge pull request #64 from netz39/fix-mastodon-link

Fix mastodon link
This commit is contained in:
Max 2023-11-03 14:07:25 +01:00 committed by GitHub
commit 81c9583459
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"