mirror of
https://github.com/JuanCanham/fresh-theme-bootstrap.git
synced 2024-11-17 12:30:10 +00:00
Add the Interests at the bottom
This commit is contained in:
parent
e56a4fb302
commit
be646bebb7
@ -9,4 +9,5 @@
|
|||||||
{{> service}}
|
{{> service}}
|
||||||
{{> writing}}
|
{{> writing}}
|
||||||
{{> recognition}}
|
{{> recognition}}
|
||||||
|
{{> interests}}
|
||||||
</div>
|
</div>
|
||||||
|
13
src/partials/interests.html
Normal file
13
src/partials/interests.html
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{{#section 'interests'}}
|
||||||
|
<hr>
|
||||||
|
<section class="row">
|
||||||
|
<h3 class="{{headerClass}}"><span class="fa fa-fw fa-heart"></span> {{{sectionTitle "Interests"}}}</h3>
|
||||||
|
<div class="{{contentClass}}">
|
||||||
|
{{#each r.interests}}
|
||||||
|
<h4>{{name}}</h4>
|
||||||
|
{{{summary}}}
|
||||||
|
{{#unless @last}}<div> </div>{{/unless}}
|
||||||
|
{{/each}}
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
{{/section}}
|
Loading…
Reference in New Issue
Block a user