✨ feat: add rel=me
attribute to social links
http://microformats.org/wiki/rel-me
This commit is contained in:
parent
8949db43e1
commit
4952ce88f1
@ -12,7 +12,7 @@
|
||||
{%- endif -%}
|
||||
{% for social in config.extra.socials %}
|
||||
<li>
|
||||
<a rel="noopener noreferrer" target="_blank" class="nav-links no-hover-padding social" href={{ social.url | safe }}>
|
||||
<a rel="noopener noreferrer me" target="_blank" class="nav-links no-hover-padding social" href={{ social.url | safe }}>
|
||||
<img alt={{ social.name }} title={{ social.name }} src="{{config.base_url}}/social_icons/{{ social.icon }}.svg">
|
||||
</a>
|
||||
</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user