mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-14 20:50:11 +00:00
9 lines
150 B
Handlebars
9 lines
150 B
Handlebars
|
{{#section 'writing'}}
|
||
|
## WRITING
|
||
|
|
||
|
{{#each r.writing}}
|
||
|
### {{{ title }}} ({{formatDate safe.date 'YYYY-MM' }})
|
||
|
{{{ summary }}}
|
||
|
{{/each}}
|
||
|
{{/section}}
|