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