1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-07-02 23:40:06 +01:00
fresh-themes/partials/html/section/speaking.html

16 lines
387 B
HTML
Raw Normal View History

{{#section "speaking"}}
<hr>
<section id="speaking">
<header>
<h2>{{{sectionTitle "speaking" "Speaking Engagements"}}}</h2>
{{#> icon-speaking }}{{/icon-speaking}}
2016-01-11 18:47:14 +00:00
</header>
{{#each r.speaking}}
2016-01-11 18:47:14 +00:00
<div>
<h3><em>{{ title }}</em>, {{ from }} <span class="tenure">{{formatDate safe.date 'YYYY' }}</span></h3>
{{ summary }}
2016-01-11 18:47:14 +00:00
</div>
{{/each}}
</section>
{{/section}}