mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-05-09 23:37:08 +01:00
Allow overriding of section headers.
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
{{#section "employment"}}
|
||||
<hr>
|
||||
<section id="employment">
|
||||
<header>
|
||||
<h2>{{{sectionTitle "Employment"}}}</h2>
|
||||
{{#> icon-employment }}{{/icon-employment}}
|
||||
</header>
|
||||
{{#> header-employment }}
|
||||
{{> header-simple _title="EMPLOYMENT" _section="employment" }}
|
||||
{{#> icon-employment }}{{/icon-employment}}
|
||||
{{/header-employment}}
|
||||
|
||||
{{#each r.employment.history}}
|
||||
<div>
|
||||
<h3><em>{{ position }}</em>,
|
||||
@ -18,14 +19,8 @@
|
||||
{{#if keywords}}
|
||||
| <span class="keywords">{{#each keywords}}{{{ . }}} {{/each}}</span>
|
||||
{{/if}}
|
||||
<p style="clear: both;">{{{ summary }}}</p>
|
||||
{{#if highlights}}
|
||||
<ul>
|
||||
{{#each highlights}}
|
||||
<li>{{{ this }}}</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
{{/if}}
|
||||
<p>{{{ summary }}}</p>
|
||||
{{> highlights }}
|
||||
</div>
|
||||
{{/each}}
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user