HTML: Add title / summary to education partial.

This commit is contained in:
hacksalot 2016-01-12 21:53:51 -05:00
parent e5dac59649
commit 408cad5db5
1 changed files with 2 additions and 1 deletions

View File

@ -7,8 +7,9 @@
{{#each r.education.history}}
{{#> body-education }}
<div>
<h3>{{{ institution }}}</h3>
<h3>{{#if title}}<em>{{{ title }}}</em>, {{/if}}{{{ institution }}}</h3>
<span class="tenure">{{dateRange .}}</span>
{{{ summary }}}
{{> highlights }}
</div>
{{/body-education}}