mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-01-23 20:14:33 +00:00
Fix whitespace between icons
This commit is contained in:
parent
52fd55eee6
commit
8b599058c6
|
@ -9,9 +9,7 @@
|
|||
<h3 class="text-right">
|
||||
{{ range .Site.Data.social.footer_accounts }}
|
||||
{{ $account := index $.Site.Data.social.accounts . }}
|
||||
<a href="{{ $account.link }}">
|
||||
<i class="mx-1 {{ $account.icon }}" aria-hidden="true" title="{{ $account.name }}"></i>
|
||||
</a>
|
||||
<a href="{{ $account.link }}"><i class="mx-1 {{ $account.icon }}" aria-hidden="true" title="{{ $account.name }}"></i></a>
|
||||
{{ end }}
|
||||
</h3>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue