mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-22 16:20:11 +00:00
Speaking: Tweak titles & dates.
This commit is contained in:
parent
37bc960d47
commit
c52eda62bc
@ -7,7 +7,7 @@
|
|||||||
{{#each r.speaking}}
|
{{#each r.speaking}}
|
||||||
{{#> body-speaking }}
|
{{#> body-speaking }}
|
||||||
<div>
|
<div>
|
||||||
<h3><em>{{ title }}</em>, {{ from }}</h3>
|
<h3><em>{{{ title }}}</em>, {{{ event }}}</h3>
|
||||||
<span class="tenure">{{formatDate safe.date 'YYYY' }}</span>
|
<span class="tenure">{{formatDate safe.date 'YYYY' }}</span>
|
||||||
{{{ summary }}}
|
{{{ summary }}}
|
||||||
{{> highlights }}
|
{{> highlights }}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
## {{{sectionTitle "SPEAKING"}}}
|
## {{{sectionTitle "SPEAKING"}}}
|
||||||
|
|
||||||
{{#each r.speaking}}
|
{{#each r.speaking}}
|
||||||
### *{{{ title }}}*, {{{ from }}} ({{formatDate safe.date 'MMM YYYY' }})
|
### *{{{ title }}}*, {{{ event }}} ({{formatDate safe.date 'YYYY'}})
|
||||||
|
|
||||||
{{{ summary }}}
|
{{{ summary }}}
|
||||||
{{#if highlights}}
|
{{#if highlights}}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
## {{{sectionTitle "SPEAKING"}}} ------------------------------------------------------------------------
|
## {{{sectionTitle "SPEAKING"}}} ------------------------------------------------------------------------
|
||||||
|
|
||||||
{{#each r.speaking}}
|
{{#each r.speaking}}
|
||||||
*{{{ title }}}*, {{{ event }}} ({{formatDate safe.date 'MMM YYYY' }})
|
*{{{ title }}}*, {{{ event }}} ({{formatDate safe.date 'YYYY'}})
|
||||||
|
|
||||||
{{{ summary }}}
|
{{{ summary }}}
|
||||||
{{#if highlights}}
|
{{#if highlights}}
|
||||||
|
Loading…
Reference in New Issue
Block a user