From 9150842523be4aedc2e014d69c08cd7bd60aa9a7 Mon Sep 17 00:00:00 2001 From: hacksalot Date: Tue, 12 Jan 2016 07:27:41 -0500 Subject: [PATCH] Modern: Add testimonials & references. --- partials/html/section/projects.html | 10 +++++++--- themes/modern/src/modern-html.css | 6 +++--- themes/modern/src/modern-html.html | 5 +++++ 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/partials/html/section/projects.html b/partials/html/section/projects.html index 3887fe5..7cefc13 100644 --- a/partials/html/section/projects.html +++ b/partials/html/section/projects.html @@ -5,7 +5,7 @@

{{{sectionTitle "Projects"}}}

{{#> icon-projects }}{{/icon-projects}} - {{#each r.projects}} + {{#each r.projects }}

{{#if role}}{{camelCase role }},{{/if}} {{#if url}} @@ -13,9 +13,13 @@ {{else}} {{ title }} {{/if}} - {{dateRange .}}

+ + {{#if start}}{{dateRange .}}{{/if}} + {{#if keywords}} + {{#if start}}| {{/if}}{{#each keywords}}{{{ . }}} {{/each}} + {{/if}} {{{ summary }}} - {{#if proj.highlights}} + {{#if highlights}}