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
hacksalot 01cfdb00e0 Improve date formatting consistency.
Make sure partials use either the {{date}} or {{dateRange}} helpers.
2016-02-14 00:14:58 -05:00

15 lines
208 B
Handlebars

{{#section 'writing'}}
## WRITING
{{#each r.writing}}
{{#if url}}
### [{{{ title }}}]({{{ url }}}) ({{date date}})
{{else}}
### {{{ title }}} ({{date date}})
{{/if}}
{{{ summary }}}
{{/each}}
{{/section}}