mirror of
https://github.com/JuanCanham/fresh-theme-bootstrap.git
synced 2025-04-05 08:09:35 +01:00
18 lines
581 B
HTML
18 lines
581 B
HTML
{{#section 'writing'}}
|
|
<hr>
|
|
<section class="row">
|
|
<h3 class="{{headerClass}}"><span class="fa fa-fw fa-pencil"></span> {{{sectionTitle "writing" "Publications"}}}</h3>
|
|
<div class="{{contentClass}}">
|
|
{{#each r.writing}}
|
|
{{#if url}}
|
|
<h4><a href="{{{url}}}"><strong>{{title}}</strong></a>, {{publisher.name}}</h4>
|
|
{{else}}
|
|
<h4><strong>{{title}}</strong>, {{publisher.name}}</h4>
|
|
{{/if}}
|
|
Published on: {{formatDate safe.date 'YYYY-MM'}}
|
|
{{#unless @last}}<div> </div>{{/unless}}
|
|
{{/each}}
|
|
</div>
|
|
</section>
|
|
{{/section}}
|