Correctly give footer links titles
This commit is contained in:
parent
bbf710c100
commit
622d75b3ad
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,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 }}"><i class="mx-1 {{ $account.icon }}" aria-hidden="true" title="{{ $account.name }}"></i></a>
|
<a href="{{ $account.link }}" title="{{ $account.name }}"><i class="mx-1 {{ $account.icon }}" aria-hidden="true"></i></a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue