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: b2c4852affe5810408df6bba7a8890d8076a7e89 (plain)
1
2
3
4
5
6
7
<div class="flex mb-1 mt-2 justify-center flex-wrap">
  {{ range .Site.Params.social.list }}
  <a href="{{ .url }}">
    <i class="{{ .icon }} text-2xl py-1 px-2 m-1 rounded hover:bg-gray-300 dark:hover:bg-dark3"></i>
  </a>
  {{ end }}
</div>