mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-05-09 15:27:08 +01:00
Improve markup consistency.
This commit is contained in:
@ -3,9 +3,10 @@
|
||||
<section id="employment">
|
||||
<header>
|
||||
<h2>{{{sectionTitle "Employment"}}}</h2>
|
||||
</header>
|
||||
{{#> icon-employment }}{{/icon-employment}}
|
||||
</header>
|
||||
{{#each r.employment.history}}
|
||||
<div>
|
||||
<h3><em>{{ position }}</em>,
|
||||
{{#if url }}
|
||||
<a href="{{ url }}">{{ employer }}</a>
|
||||
@ -22,6 +23,7 @@
|
||||
{{/each}}
|
||||
</ul>
|
||||
{{/if}}
|
||||
</div>
|
||||
{{/each}}
|
||||
</section>
|
||||
{{/section}}
|
||||
|
Reference in New Issue
Block a user