mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-05-05 21:37:08 +01:00
Allow overriding of section headers.
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
{{#section "service"}}
|
||||
<hr>
|
||||
<section id="volunteer">
|
||||
<header>
|
||||
<h2>{{{sectionTitle "Service"}}}</h2>
|
||||
{{#> icon-service }}{{/icon-service}}
|
||||
</header>
|
||||
<section id="service">
|
||||
{{#> header-samples }}
|
||||
{{> header-simple _title="SERVICE" _section="service" }}
|
||||
{{#> icon-service }}{{/icon-service}}
|
||||
{{/header-samples}}
|
||||
{{#each r.service.history}}
|
||||
<div>
|
||||
<h3><em>{{ position }}</em>,
|
||||
@ -16,13 +16,7 @@
|
||||
</h3>
|
||||
<span class="tenure">{{dateRange .}}</span>
|
||||
<p style="clear: both;">{{{ summary }}}</p>
|
||||
{{#if highlights}}
|
||||
<ul>
|
||||
{{#each highlights}}
|
||||
<li>{{{ this }}}</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
{{/if}}
|
||||
{{> highlights }}
|
||||
</div>
|
||||
{{/each}}
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user