diff --git a/src/partials/body.html b/src/partials/body.html index 169d205..783eb73 100644 --- a/src/partials/body.html +++ b/src/partials/body.html @@ -9,4 +9,5 @@ {{> service}} {{> writing}} {{> recognition}} + {{> interests}} diff --git a/src/partials/interests.html b/src/partials/interests.html new file mode 100644 index 0000000..bbfaecb --- /dev/null +++ b/src/partials/interests.html @@ -0,0 +1,13 @@ +{{#section 'interests'}} +
+
+

 {{{sectionTitle "Interests"}}}

+
+ {{#each r.interests}} +

{{name}}

+ {{{summary}}} + {{#unless @last}}
 
{{/unless}} + {{/each}} +
+
+{{/section}}