mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 23:09:47 +00:00
7 lines
No EOL
159 B
HTML
7 lines
No EOL
159 B
HTML
<div class="social-icons">
|
|
{{ range .Site.Params.social }}
|
|
<a href="{{ .url }}">
|
|
<i class="fa fa-{{ .icon}}"></i>
|
|
</a>
|
|
{{ end }}
|
|
</div> |