aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts/partials/social-icon.html
blob: a08ecd9ee4938bb1b501dcc060ff518bee77d55f (plain)
1
2
3
4
5
6
7
<li class="dib ph2 raise">
  <a href="{{.link}}" class="link bg-white black db relative br-100 pa2">
    <svg width="16px" height="16px" class="db">
      <use xlink:href="#{{.svg}}"></use>
    </svg>
  </a>
</li>