add rel="me" to links

This commit is contained in:
Franzi 2022-11-07 05:28:53 +01:00
parent 565b496b01
commit 932ef76e8d
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ permalink: /
<ul class="button-list">
{% for item in site.data.social_profiles %}
<li>
<a href="{{ item.url }}" rel="noopener" style="background-color: #{{ item.background }}; color: #{{ item.colour }};">
<a href="{{ item.url }}" rel="noopener me" style="background-color: #{{ item.background }}; color: #{{ item.colour }};">
{% if item.icon %}
<img src="/img/{{ item.icon.path }}" alt="{{ item.icon.alt }}">
{% endif %}