7 lines
289 B
HTML
7 lines
289 B
HTML
<div class="social-icons" style="float: {{ .align | default "right" }}">
|
|
{{- range .icons }}
|
|
<a href="{{ trim .url " " }}" target="_blank" rel="noopener noreferrer me" title="{{ (.title | default .name) | title }}">
|
|
{{ partial "svg.html" . }}
|
|
</a>
|
|
{{- end }}
|
|
</div> |