1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-07-05 16:40:04 +01:00
fresh-themes/partials/html/sections/writing.html

13 lines
407 B
HTML
Raw Normal View History

2016-01-06 08:51:13 +00:00
{{#section "writing"}}
<section id="publications">
<header>
<h2>{{{sectionTitle "Writing"}}}</h2><hr>
</header>
{{#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}}