1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-07-01 07:00:05 +01:00
fresh-themes/partials/txt/section/writing.hbs

10 lines
266 B
Handlebars
Raw Normal View History

2016-01-12 00:54:44 +00:00
{{#section "writing"}}
{{{sectionTitle "WRITING"}}} ------------------------------------------------------------------------
{{#each r.writing}}
{{{ title }}}{{#has 'safe.date'}} ({{formatDate safe.date 'YYYY-MM' }}){{/has}}
{{{ summary }}}
{{/each}}
{{/section}}