bellaskeys.com/themes/agnes-hugo-theme/layouts/partials/social.html
brookee d40b8d06c2
All checks were successful
Hugo / build (push) Successful in 20s
update
2024-03-01 22:14:48 -05:00

10 lines
250 B
HTML

<ul class="footer-social-links list-reset">
{{ range .Site.Params.Social }}
<li>
<a href="{{ .url }}">
<span class="screen-reader-text">{{ .name }}</span>
<i class="{{ .icon }}"></i>
</a>
</li>
{{ end }}
</ul>