TXT: Add missing speaking partial.

This commit is contained in:
hacksalot 2016-01-20 09:52:34 -05:00
parent 685d973307
commit 37bc960d47
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{{#section 'speaking'}}
## {{{sectionTitle "SPEAKING"}}} ------------------------------------------------------------------------
{{#each r.speaking}}
*{{{ title }}}*, {{{ event }}} ({{formatDate safe.date 'MMM YYYY' }})
{{{ summary }}}
{{#if highlights}}
{{#each highlights}}
- {{{ this }}}
{{/each}}
{{/if}}
{{/each}}
{{/section}}