1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-07-03 15:50:05 +01:00
fresh-themes/partials/txt/section/skills.hbs
hacksalot 01cfdb00e0 Improve date formatting consistency.
Make sure partials use either the {{date}} or {{dateRange}} helpers.
2016-02-14 00:14:58 -05:00

8 lines
224 B
Handlebars

{{#section "skills"}}
{{{sectionTitle "SKILLS"}}} -------------------------------------------------------------------------
{{#each r.skills.sets}}
- {{{ name }}}: {{#each skills}}{{{ . }}} {{/each}}
{{/each}}
{{/section}}