mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-05-04 04:47:08 +01:00
Capture.
This commit is contained in:
12
partials/md/section/interests.hbs
Normal file
12
partials/md/section/interests.hbs
Normal file
@ -0,0 +1,12 @@
|
||||
{{#section "interests"}}
|
||||
## {{{sectionTitle "INTERESTS"}}}
|
||||
|
||||
{{#each r.interests}}
|
||||
- {{{toUpper name }}}{{#if keywords}}: {{#each keywords}}{{{ . }}} {{/each}}{{/if}}
|
||||
{{#if summary}}
|
||||
{{{ summary }}}
|
||||
{{/if}}
|
||||
|
||||
{{/each}}
|
||||
|
||||
{{/section}}
|
@ -1,10 +1,12 @@
|
||||
{{#section 'recognition'}}
|
||||
{{#section "recognition"}}
|
||||
## {{{sectionTitle "RECOGNITION"}}}
|
||||
|
||||
{{#each r.recognition}}
|
||||
### *{{{ title }}}*, {{{ from }}} ({{formatDate safe.date 'MMM YYYY' }})
|
||||
### {{{ title }}}{{#if from}}, {{{ from }}}{{/if}}
|
||||
{{~#has 'safe.date'}} ({{formatDate safe.date 'MMM YYYY' }}){{/has}}
|
||||
{{~#if summary}}
|
||||
|
||||
{{{ summary }}}
|
||||
{{{ summary }}}{{/if}}
|
||||
|
||||
{{/each}}
|
||||
{{/section}}
|
||||
|
Reference in New Issue
Block a user