1
0
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:
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}} {{#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 }}

View File

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

View File

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