mirror of
https://github.com/JuanCanham/fresh-theme-elegant.git
synced 2024-11-21 15:50:10 +00:00
Merge pull request #6 from BackIsBachus/social-tooltip
Display User instead of Name in social tooltip
This commit is contained in:
commit
a2eda50d9c
@ -19,7 +19,7 @@
|
|||||||
<div class="social-links text-center">
|
<div class="social-links text-center">
|
||||||
<div>
|
<div>
|
||||||
{{#each r.social}}
|
{{#each r.social}}
|
||||||
<a href="{{url}}" target="_blank" data-toggle="tooltip" title="{{../r.name}} on {{network}}" class="fs-2x social-link"><i class="link-{{toLower network}} fa fa-{{toLower network}}"></i></a>
|
<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}}
|
{{/each}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user