8 lines
220 B
HTML
8 lines
220 B
HTML
<div class="social-icons">
|
|
{{- range . }}
|
|
<a href="{{ trim .url " " }}" target="_blank" rel="noopener noreferrer me" title="{{ .name | title }}">
|
|
{{ partial "svg.html" . }}
|
|
</a>
|
|
{{- end }}
|
|
</div>
|