Preserve spacing between social links when minified

This commit is contained in:
Joe Roe 2021-03-05 12:05:16 +01:00
parent 70f2d625fa
commit 68bdc2a791
1 changed files with 1 additions and 0 deletions

View File

@ -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>
&nbsp;
</li>
{{ end }}
</ul>