mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-19 04:20:10 +01:00
Add rel="me" tag to mastodon link
This commit is contained in:
parent
0e611d7f2f
commit
7c9c964cfd
1 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue