1
0
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:
hacksalot
2016-01-11 13:47:14 -05:00
parent 700c388b01
commit fa00a9c640
12 changed files with 113 additions and 183 deletions

View File

@ -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}}