1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-05-06 13:57:08 +01:00

Continue DRYing out themes.

This commit is contained in:
hacksalot
2016-01-12 10:33:19 -05:00
parent 1bac9924e5
commit 786689c42d
16 changed files with 53 additions and 58 deletions

View File

@ -2,13 +2,12 @@
<hr>
<section id="speaking">
{{#> header-speaking }}
{{> header-simple _title="SPEAKING" _section="speaking" }}
{{#> icon-speaking }}{{/icon-speaking}}
{{> header-icon _title="SPEAKING" _section="speaking" _hdricon=(lookup . '_icon') }}
{{/header-speaking}}
{{#each r.speaking}}
<div>
<h3><em>{{ title }}</em>, {{ from }} <span class="tenure">{{formatDate safe.date 'YYYY' }}</span></h3>
{{ summary }}
{{{ summary }}}
{{> highlights }}
</div>
{{/each}}