fresh-themes/partials/md/section/writing.hbs

10 lines
224 B
Handlebars

{{#section 'writing'}}
## {{{sectionTitle "WRITING"}}}
{{#each r.writing}}
### ***{{linkMD title url}}*** ({{#if publisher}}{{stringOrObject publisher "name"}}, {{/if}}{{date date}})
{{{ summary }}}
{{/each}}
{{/section}}