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: 0af90e78b5b586aa5be635e7b695726fbc6616de (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:25px;"></i>
        </a>
    </li>
    {{ end }}
</ul>