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