Merge pull request #5 from BackIsBachus/interests

Add the Interests at the bottom
This commit is contained in:
Antonio Ruberto 2016-05-14 15:45:22 -04:00
commit 98fdba66a2
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}}