1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-11-22 16:20:11 +00:00

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

View File

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