mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-22 08:10:10 +00:00
TXT: Add missing speaking partial.
This commit is contained in:
parent
685d973307
commit
37bc960d47
15
partials/txt/section/speaking.hbs
Normal file
15
partials/txt/section/speaking.hbs
Normal 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}}
|
Loading…
Reference in New Issue
Block a user