mirror of
https://github.com/JuanCanham/fresh-theme-bootstrap.git
synced 2025-06-07 04:46:14 +01:00
Add speaking section
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
{{> education}}
|
||||
{{> service}}
|
||||
{{> writing}}
|
||||
{{> speaking}}
|
||||
{{> recognition}}
|
||||
{{> interests}}
|
||||
</div>
|
||||
|
17
src/partials/speaking.html
Normal file
17
src/partials/speaking.html
Normal file
@ -0,0 +1,17 @@
|
||||
{{#section 'speaking'}}
|
||||
<hr>
|
||||
<section class="row">
|
||||
<h3 class="{{headerClass}}"><span class="fa fa-fw fa-comment"></span> {{{sectionTitle "speaking" "Speaking"}}}</h3>
|
||||
<div class="{{contentClass}}">
|
||||
{{#each r.speaking}}
|
||||
{{#if url}}
|
||||
<h4><a href="{{{url}}}"><strong>{{title}}</strong></a>, {{event}}</h4>
|
||||
{{else}}
|
||||
<h4><strong>{{title}}</strong>, {{event}}</h4>
|
||||
{{/if}}
|
||||
Presented on: {{formatDate safe.date 'YYYY-MM-DD'}}
|
||||
{{#unless @last}}<div> </div>{{/unless}}
|
||||
{{/each}}
|
||||
</div>
|
||||
</section>
|
||||
{{/section}}
|
Reference in New Issue
Block a user