1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-06-26 22:01:03 +01:00

Modern: Refactor to use global partials.

This commit is contained in:
hacksalot
2016-01-10 23:30:35 -05:00
parent 06e458eab7
commit b7b2afe568
11 changed files with 84 additions and 169 deletions

View File

@ -1,8 +1,10 @@
{{#section "employment"}}
<hr>
<section id="employment">
<header>
<h2>{{{sectionTitle "Employment"}}}</h2><hr>
<h2>{{{sectionTitle "Employment"}}}</h2>
</header>
{{#> icon-employment }}{{/icon-employment}}
{{#each r.employment.history}}
<h3><em>{{ position }}</em>,
{{#if url }}
@ -10,7 +12,8 @@
{{else}}
{{ employer }}
{{/if}}
<span class="tenure">{{dateRange .}}<span></h3>
</h3>
<span class="tenure">{{dateRange .}}</span>
<p style="clear: both;">{{{ summary }}}</p>
{{#if highlights}}
<ul>