1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-05-12 16:37:10 +01:00

feat: add 'extracurricular' section

This commit is contained in:
hacksalot
2018-02-06 03:53:38 -05:00
parent ac0b0a1cc6
commit 68e69a92a6
12 changed files with 191 additions and 9 deletions

View File

@ -0,0 +1,14 @@
{{#section "extracurricular"}}
## {{{sectionTitle "EXTRACURRICULAR"}}}
{{#each r.extracurricular }}
### {{{ title }}}, {{{ activity }}} ({{dateRange .}})
{{{ summary }}}
{{#if highlights}}
{{#each highlights}}
- {{{ this }}}
{{/each}}
{{/if}}
{{/each}}
{{/section}}