mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2025-02-05 22:40:01 +00:00
7 lines
211 B
HTML
7 lines
211 B
HTML
<div class="social-icons">
|
|
{{ range .Site.Params.social }}
|
|
<a href="{{ .url }}" {{ .html_attributes | safeHTMLAttr }}>
|
|
<i class="{{ .icon_pack}} fa-{{ .icon}}"></i>
|
|
</a>
|
|
{{ end }}
|
|
</div>
|