mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-14 20:50:11 +00:00
19 lines
522 B
HTML
19 lines
522 B
HTML
{{#section "writing"}}
|
|
<hr>
|
|
<section id="writing">
|
|
{{#> header-writing }}
|
|
{{> header-simple _title="WRITING" _section="writing" }}
|
|
{{#> icon-writing }}{{/icon-writing}}
|
|
{{/header-writing}}
|
|
{{#each r.writing }}
|
|
<div>
|
|
<h3><em>{{#if url}}<a href="{{{ url }}}">{{{ title }}}</a>{{else}}{{{ title }}}{{/if}}</em>,
|
|
{{ publisher.name }}</h3>
|
|
<span class="tenure">{{formatDate safe.date 'YYYY'}}</span>
|
|
{{{ summary }}}
|
|
{{> highlights }}
|
|
</div>
|
|
{{/each}}
|
|
</section>
|
|
{{/section}}
|