Speaking: Tweak titles & dates.

This commit is contained in:
hacksalot 2016-01-20 19:51:15 -05:00
parent 37bc960d47
commit c52eda62bc
3 changed files with 3 additions and 3 deletions

View File

@ -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 }}

View File

@ -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}}

View File

@ -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}}