1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-11-22 16:20:11 +00:00

Partials: References: Prevent orphaned comma.

This commit is contained in:
hacksalot 2016-01-15 13:59:45 -05:00
parent 78b2b98c8d
commit 6fa9cc3c7b

View File

@ -7,7 +7,7 @@
{{#each r.references}} {{#each r.references}}
{{#> body-references }} {{#> body-references }}
<div> <div>
<h3><em>{{ name }}</em></h3> <h3><em>{{ name }}</em>{{#if role}}, {{{ role }}}{{/if}}</h3>
{{{ summary }}} {{{ summary }}}
</div> </div>
{{/body-references}} {{/body-references}}