From be646bebb742d556b5215dcc24bc9eeeb071db8e Mon Sep 17 00:00:00 2001 From: BackIsBachus Date: Thu, 12 May 2016 23:34:23 +0200 Subject: [PATCH] Add the Interests at the bottom --- src/partials/body.html | 1 + src/partials/interests.html | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 src/partials/interests.html 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}}