mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-06-04 11:26:16 +01:00
Partials: References: Prevent orphaned comma.
This commit is contained in:
@ -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}}
|
||||||
|
Reference in New Issue
Block a user