Fixes rel attribute
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2022-11-22 07:45:19 -05:00
parent 09a3261fc4
commit 874a82e769
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
<div class="main">
<div class="socials">
{% for social in config.extra.socials %}
<a href="{{ social.url }}" class="social">
<img rel={{ social.rel }} alt={{ social.name }} src="/social_icons/{{ social.icon }}.svg">
<a href="{{ social.url }}" class="social" rel="me">
<img alt={{ social.name }} src="/social_icons/{{ social.icon }}.svg">
</a>
{% endfor %}
</div>