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