1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-05-03 04:17:07 +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 "education"}}
<hr>
<section id="education">
<header>
<h2>{{{sectionTitle "Education"}}}</h2>
{{#> header-education }}
{{> header-simple _title="EDUCATION" _section="education" }}
{{#> icon-education }}{{/icon-education}}
</header>
{{/header-education}}
{{#each r.education.history}}
<div>
<h3>{{{ institution }}}</h3>
<span class="tenure">{{dateRange .}}</span>
{{> highlights }}
</div>
{{/each}}
</section>