mirror of
https://github.com/JuanCanham/fresh-theme-elegant.git
synced 2024-11-24 00:50:11 +00:00
Add another row if more than 5 social profiles. Same for 10
This commit is contained in:
parent
3d7afe86ba
commit
1c06064a29
@ -19,7 +19,16 @@
|
||||
<div class="social-links text-center">
|
||||
<div>
|
||||
{{#each r.social}}
|
||||
{{#compare @key 5}}
|
||||
</div>
|
||||
<div>
|
||||
{{/compare}}
|
||||
{{#compare @key 10}}
|
||||
</div>
|
||||
<div>
|
||||
{{/compare}}
|
||||
<a href="{{url}}" target="_blank" data-toggle="tooltip" title="{{user}} on {{network}}" class="fs-2x social-link"><i class="link-{{toLower network}} fa fa-{{toLower network}}"></i></a>
|
||||
|
||||
{{/each}}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user