mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-05-05 13:27:08 +01:00
Introduce "reading" section.
This commit is contained in:
14
partials/txt/section/reading.hbs
Normal file
14
partials/txt/section/reading.hbs
Normal file
@ -0,0 +1,14 @@
|
||||
{{#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}}
|
Reference in New Issue
Block a user