mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-14 04:30:10 +00:00
01cfdb00e0
Make sure partials use either the {{date}} or {{dateRange}} helpers.
8 lines
224 B
Handlebars
8 lines
224 B
Handlebars
{{#section "skills"}}
|
|
{{{sectionTitle "SKILLS"}}} -------------------------------------------------------------------------
|
|
|
|
{{#each r.skills.sets}}
|
|
- {{{ name }}}: {{#each skills}}{{{ . }}} {{/each}}
|
|
{{/each}}
|
|
{{/section}}
|