1
Fork 0

Indenting

This commit is contained in:
Jake Howard 2020-09-05 22:52:42 +01:00
parent 06ad6191f2
commit 4fb51813c4
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -14,8 +14,8 @@
<div class="col-sm-4">
<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>
{{ $account := index $.Site.Data.social.accounts . }}
<a href="{{ $account.link }}"><i class="mx-1 {{ $account.icon }}" aria-hidden="true" title="{{ $account.name }}"></i></a>
{{ end }}
</h3>
</div>