hugo-PaperMod/layouts/partials/social-icons.html
Track3 6683b85876
social-icons : init
Signed-off-by: Aditya Telange <21258296+adityatelange@users.noreply.github.com>
2020-08-24 16:53:30 +05:30

3 lines
141 B
HTML

{{ range . -}}
<a href="{{ .url }}" target="_blank" rel="noopener" title="{{ .name | humanize }}" >{{ partial "svg.html" . }}</a>
{{- end -}}