Welcome to mirror list, hosted at ThFree Co, Russian Federation.

social.html « home « partials « layouts - github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ff9088617b19f4608d289fdde4b5a5835d6cc4b7 (plain)
1
2
3
4
5
6
7
<div class="social-icons">
    {{ range .Site.Params.social }}
    <a href="{{ .url }}" {{ .html_attributes | safeHTMLAttr }}>
        <i class="{{ .icon_pack}} fab fa-{{ .icon}}"></i>
    </a>
    {{ end }}
</div>