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