Preserve spacing between social links when minified
This commit is contained in:
parent
70f2d625fa
commit
68bdc2a791
|
@ -12,6 +12,7 @@
|
|||
<a href="{{ $item.url }}" rel="me" aria-label="{{ $item.title }}" title="{{ $item.title }}">
|
||||
<i class="{{ $item.icon }}" aria-hidden="true"></i>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue