mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-14 12:40:11 +00:00
01cfdb00e0
Make sure partials use either the {{date}} or {{dateRange}} helpers.
13 lines
315 B
Handlebars
13 lines
315 B
Handlebars
{{#section "recognition"}}
|
|
{{{sectionTitle "RECOGNITION"}}} --------------------------------------------------------------------
|
|
|
|
{{#each r.recognition}}
|
|
{{{ title }}}{{#if from}}, {{{ from }}}{{/if}}
|
|
{{~#if date}} ({{date date 'MMM YYYY' }}){{/if}}
|
|
{{~#if summary}}
|
|
|
|
{{{ summary }}}{{/if}}
|
|
|
|
{{/each}}
|
|
{{/section}}
|