mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2025-10-30 19:35:26 +01:00
social-icons: fix duplicate rel tags
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user