main
html 8 lines 320 Bytes
Raw
1 <div class="social-icons" {{ with .align}}align="{{.}}" {{- end }}>
2 {{- range site.Params.socialIcons }}
3 <a href="{{ trim .url " " | safeURL }}" target="_blank" rel="noopener noreferrer me"
4 title="{{ (.title | default .name) | title }}">
5 {{ partial "svg.html" . }}
6 </a>
7 {{- end }}
8 </div>