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:
parent
e5dac59649
commit
408cad5db5
@ -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}}
|
||||||
|
Loading…
Reference in New Issue
Block a user