add rel="me" to links
This commit is contained in:
parent
565b496b01
commit
932ef76e8d
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue