mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-05-05 13:27:08 +01:00
Capture.
This commit is contained in:
12
partials/txt/section/interests.hbs
Normal file
12
partials/txt/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}}
|
@ -2,8 +2,11 @@
|
||||
{{{sectionTitle "RECOGNITION"}}} --------------------------------------------------------------------
|
||||
|
||||
{{#each r.recognition}}
|
||||
{{{ title }}}, {{{ from }}} ({{formatDate safe.date 'MMM YYYY' }})
|
||||
{{{ summary }}}
|
||||
{{{ title }}}{{#if from}}, {{{ from }}}{{/if}}
|
||||
{{~#has 'safe.date'}} ({{formatDate safe.date 'MMM YYYY' }}){{/has}}
|
||||
{{~#if summary}}
|
||||
|
||||
{{{ summary }}}{{/if}}
|
||||
|
||||
{{/each}}
|
||||
{{/section}}
|
||||
|
@ -3,7 +3,8 @@
|
||||
|
||||
{{#each r.writing}}
|
||||
{{{ title }}}{{#has 'safe.date'}} ({{formatDate safe.date 'YYYY-MM' }}){{/has}}
|
||||
{{{ summary }}}
|
||||
{{#if summary}}{{{ summary }}}
|
||||
{{/if}}
|
||||
|
||||
{{/each}}
|
||||
{{/section}}
|
||||
|
Reference in New Issue
Block a user