mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-22 08:10:10 +00:00
HTML: Add title / summary to education partial.
This commit is contained in:
parent
e5dac59649
commit
408cad5db5
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user