Fix whitespace between icons

This commit is contained in:
ItsDrike 2021-08-26 00:45:05 +02:00
parent 52fd55eee6
commit 8b599058c6
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD

View file

@ -9,9 +9,7 @@
<h3 class="text-right"> <h3 class="text-right">
{{ range .Site.Data.social.footer_accounts }} {{ range .Site.Data.social.footer_accounts }}
{{ $account := index $.Site.Data.social.accounts . }} {{ $account := index $.Site.Data.social.accounts . }}
<a href="{{ $account.link }}"> <a href="{{ $account.link }}"><i class="mx-1 {{ $account.icon }}" aria-hidden="true" title="{{ $account.name }}"></i></a>
<i class="mx-1 {{ $account.icon }}" aria-hidden="true" title="{{ $account.name }}"></i>
</a>
{{ end }} {{ end }}
</h3> </h3>
</div> </div>