- change `iconClass` to `faIcon` - add `htmlIcon` to allow custom HTML - add reddit, linkedin, tumblr
8 lines
191 B
Handlebars
8 lines
191 B
Handlebars
<a href {{action "share" source}} {{bind-attr title="title"}}>
|
|
{{#if source.faIcon}}
|
|
<i {{bind-attr class=":fa source.faIcon"}}></i>
|
|
{{else}}
|
|
{{{source.htmlIcon}}}
|
|
{{/if}}
|
|
</a>
|