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

Allow overriding of section headers.

This commit is contained in:
hacksalot
2016-01-12 09:40:18 -05:00
parent 1799a49234
commit 2fcb283631
13 changed files with 68 additions and 77 deletions

View File

@ -1,14 +1,15 @@
{{#section "speaking"}}
<hr>
<section id="speaking">
<header>
<h2>{{{sectionTitle "speaking" "Speaking Engagements"}}}</h2>
{{#> icon-speaking }}{{/icon-speaking}}
</header>
{{#> header-speaking }}
{{> header-simple _title="SPEAKING" _section="speaking" }}
{{#> icon-speaking }}{{/icon-speaking}}
{{/header-speaking}}
{{#each r.speaking}}
<div>
<h3><em>{{ title }}</em>, {{ from }} <span class="tenure">{{formatDate safe.date 'YYYY' }}</span></h3>
{{ summary }}
{{> highlights }}
</div>
{{/each}}
</section>