From 408cad5db5e3b3cc66ba98873eef4559d3e0a8a1 Mon Sep 17 00:00:00 2001 From: hacksalot Date: Tue, 12 Jan 2016 21:53:51 -0500 Subject: [PATCH] HTML: Add title / summary to education partial. --- partials/html/section/education.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/partials/html/section/education.html b/partials/html/section/education.html index eab56a1..764db6c 100644 --- a/partials/html/section/education.html +++ b/partials/html/section/education.html @@ -7,8 +7,9 @@ {{#each r.education.history}} {{#> body-education }}
-

{{{ institution }}}

+

{{#if title}}{{{ title }}}, {{/if}}{{{ institution }}}

{{dateRange .}} + {{{ summary }}} {{> highlights }}
{{/body-education}}