mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-21 18:11:37 +01:00
social-icons: fix duplicate rel tags
This commit is contained in:
parent
a8123bc688
commit
413034e43b
@ -1,6 +1,6 @@
|
||||
<div class="social-icons">
|
||||
{{- range . -}}
|
||||
<a href="{{ .url }}" target="_blank" rel="noopener noreferrer" rel="me"
|
||||
<a href="{{ .url }}" target="_blank" rel="noopener noreferrer me"
|
||||
title="{{ .name | humanize }}">{{ partial "svg.html" . }}</a>
|
||||
{{- end -}}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user