Add the Interests at the bottom

This commit is contained in:
BackIsBachus 2016-05-12 23:34:23 +02:00
parent e56a4fb302
commit be646bebb7
2 changed files with 14 additions and 0 deletions

View File

@ -9,4 +9,5 @@
{{> service}}
{{> writing}}
{{> recognition}}
{{> interests}}
</div>

View File

@ -0,0 +1,13 @@
{{#section 'interests'}}
<hr>
<section class="row">
<h3 class="{{headerClass}}"><span class="fa fa-fw fa-heart"></span>&nbsp;{{{sectionTitle "Interests"}}}</h3>
<div class="{{contentClass}}">
{{#each r.interests}}
<h4>{{name}}</h4>
{{{summary}}}
{{#unless @last}}<div>&nbsp;</div>{{/unless}}
{{/each}}
</div>
</section>
{{/section}}