mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2026-05-31 16:00:05 +01:00
TXT: Add missing speaking partial.
This commit is contained in:
@@ -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}}
|
||||||
Reference in New Issue
Block a user