mirror of
https://github.com/JuanCanham/fresh-theme-bootstrap.git
synced 2024-11-17 04:20:10 +00:00
escape institution & name, make studyType optional
This commit is contained in:
parent
dcbfafeb5c
commit
20ca05be16
@ -4,7 +4,7 @@
|
||||
<h3 class="{{headerClass}}"><span class="fa fa-fw fa-mortar-board"></span> {{{sectionTitle "Education"}}}</h3>
|
||||
<div class="{{contentClass}}">
|
||||
{{#each r.education.history}}
|
||||
<h4><strong>{{studyType}}</strong>, {{#if url}}<a href="{{{url}}}">{{institution}}</a>{{else}}{{institution}}{{/if}}</h4>
|
||||
{{#if studyType}}<h4><strong>{{studyType}}</strong>, {{/if}}{{#if url}}<a href="{{{url}}}">{{institution}}</a>{{else}}{{{institution}}}{{/if}}</h4>
|
||||
{{#if area}}<h5>{{area}}</h5>{{/if}}
|
||||
{{formatDate safe.start 'YYYY-MM'}}—{{formatDate safe.end 'YYYY-MM'}}
|
||||
{{#if curriculum}}
|
||||
|
@ -4,7 +4,7 @@
|
||||
<h3 class="{{headerClass}}"><span class="fa fa-fw fa-heart"></span> {{{sectionTitle "Interests"}}}</h3>
|
||||
<div class="{{contentClass}}">
|
||||
{{#each r.interests}}
|
||||
<h4>{{name}}</h4>
|
||||
<h4>{{{name}}}</h4>
|
||||
{{{summary}}}
|
||||
{{#unless @last}}<div> </div>{{/unless}}
|
||||
{{/each}}
|
||||
|
Loading…
Reference in New Issue
Block a user