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: 34a97f126fb56b62d8df68191842a47af3f4ba1f (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}} fa-{{ .icon}}"></i>
    </a>
    {{ end }}
</div>