cleanup escaping

This commit is contained in:
Rioting Pacifist
2020-02-28 17:33:43 +00:00
parent 45d7754fdc
commit 92e75d8ed9
5 changed files with 8 additions and 8 deletions

View File

@ -8,11 +8,11 @@
{{#each r.education.history}}
<li class="card card-nested">
<div class="content">
<p class="clear-margin relative"><strong>{{area}}{{title}}{{#if studyType}} ({{studyType}}){{/if}},&nbsp;</strong><a href="{{url}}" target="_blank">{{institution}}</a></p>
<p class="clear-margin relative"><strong>{{{area}}}{{{title}}}{{#if studyType}} ({{{studyType}}}){{/if}},&nbsp;</strong><a href="{{url}}" target="_blank">{{{institution}}}</a></p>
{{> date}}
<div class="space-top labels">
{{#each curriculum}}
<span class="label label-keyword">{{this}}</span>
<span class="label label-keyword">{{{this}}}</span>
{{/each}}
</div>
{{> highlights}}