1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-06-30 22:50:05 +01:00
fresh-themes/partials/md/section/writing.hbs
2016-01-11 19:04:56 -05:00

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}}