mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-14 12:40:11 +00:00
15 lines
252 B
Handlebars
15 lines
252 B
Handlebars
{{#section 'writing'}}
|
|
## WRITING
|
|
|
|
{{#each r.writing}}
|
|
{{#if url}}
|
|
### [{{{ title }}}]({{{ url }}}) ({{formatDate safe.date 'YYYY-MM' }})
|
|
{{else}}
|
|
### {{{ title }}} ({{formatDate safe.date 'YYYY-MM' }})
|
|
{{/if}}
|
|
|
|
{{{ summary }}}
|
|
|
|
{{/each}}
|
|
{{/section}}
|