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: 6092ab1938a3d328688f1ba08bb45b60e7c26c04 (plain)
1
2
3
4
5
6
7
<div class="social-icons">
    {{ range .Site.Params.social }}
    <a href="{{ .url }}">
        <i class="fa fa-{{ .icon}}"></i>
    </a>
    {{ end }}
</div>