1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-07-03 07:50:04 +01:00
fresh-themes/partials/md/section/reading.hbs

13 lines
293 B
Handlebars
Raw Normal View History

2016-01-20 11:23:35 +00:00
{{#section "reading"}}
## {{{sectionTitle "READING"}}}
{{#each r.reading}}
{{#if url}}### [*{{{ title }}}*]({{{url}}}){{#if author}}, {{{ author }}}{{/if}}
{{else}}### *{{{ title }}}*{{#if author}}, {{{ author }}}{{/if}}
{{/if}}
{{#if summary}}{{{ summary }}}
{{/if}}
{{/each}}
{{/section}}