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

social.html « partials « layouts - github.com/darshanbaral/sada.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 38e08bd33e04706e4e23853e9e6ddd08e853d4e9 (plain)
1
2
3
4
5
6
7
8
9
<ul class="list-inline mb-1 mt-2">
    {{ range .Site.Params.social.list }}
    <li class="list-inline-item ml-1 mr-1">
        <a class="text-warning" href="{{ .url }}">
            <i class="{{ .class }} {{ .icon }}" style="font-size: 2em;"></i>
        </a>
    </li>
    {{ end }}
</ul>