1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-06-29 06:00:06 +01:00
fresh-themes/partials/txt/section/reading.hbs
2016-01-20 06:23:35 -05:00

15 lines
327 B
Handlebars

{{#section "reading"}}
{{{sectionTitle "READING"}}} ------------------------------------------------------------------------
{{#each r.reading}}
"{{{ title }}}"{{#if author}}, {{{ author }}}{{/if}}
{{#if url}}{{{ url }}}
{{/if}}
{{#if summary }}{{{ summary }}}
{{/if}}
{{#if date}}{{{ date }}}
{{/if}}
{{/each}}
{{/section}}