mirror of
https://github.com/JuanCanham/fresh-theme-bootstrap.git
synced 2025-08-14 12:21:01 +01:00
initial version
This commit is contained in:
17
src/partials/writing.html
Normal file
17
src/partials/writing.html
Normal file
@@ -0,0 +1,17 @@
|
||||
{{#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}}
|
Reference in New Issue
Block a user