mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-14 12:40:11 +00:00
01cfdb00e0
Make sure partials use either the {{date}} or {{dateRange}} helpers.
20 lines
372 B
Handlebars
20 lines
372 B
Handlebars
{{#section "employment"}}
|
|
## {{{sectionTitle "EMPLOYMENT"}}}
|
|
|
|
{{#each r.employment.history }}
|
|
{{#if url}}
|
|
### *{{{ position }}}*, [{{{ employer }}}]({{{ url }}}) ({{dateRange .}})
|
|
{{else}}
|
|
### *{{{ position }}}*, {{{ employer }}} ({{dateRange .}})
|
|
{{/if}}
|
|
|
|
{{{ summary }}}
|
|
{{#if highlights}}
|
|
{{#each highlights}}
|
|
- {{{ this }}}
|
|
{{/each}}
|
|
{{/if}}
|
|
|
|
{{/each}}
|
|
{{/section}}
|