msfjarvis.dev/themes/hello-friend-ng/layouts/partials/social-icons.html

10 lines
322 B
HTML

{{ range sort .}}
 
{{ if .icon }}
<a href="{{ .url }}" title="{{ .name | humanize }}" target="_blank" rel="noopener"><i class="{{ .icon }}" aria-hidden="true"></i></a>
{{ else }}
<a href="{{ .url }}" title="{{ .name | humanize }}" target="_blank" rel="noopener">{{ .name | humanize }}</a>
{{ end }}
&nbsp;
{{ end }}