Explorar o código

Add rel="me" to attribute social links

Track3 hai 1 ano
pai
achega
83729a41eb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      layouts/partials/social-icons.html

+ 1 - 1
layouts/partials/social-icons.html

@@ -1,3 +1,3 @@
 {{ range . -}}
-<a href="{{ .url }}" target="_blank" rel="noopener" title="{{ .name | humanize }}" class="icon-link">{{ partial "svg.html" . }}</a>
+<a href="{{ .url }}" target="_blank" rel="me noopener" title="{{ .name | humanize }}" class="icon-link">{{ partial "svg.html" . }}</a>
 {{- end }}