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

Fix encoding of affiliation nouns.

This commit is contained in:
hacksalot 2016-01-21 00:13:03 -05:00
parent c52eda62bc
commit 803e206688

View File

@ -8,11 +8,11 @@
{{#each r.affiliation.history}} {{#each r.affiliation.history}}
{{#> body-affiliation }} {{#> body-affiliation }}
<div> <div>
<h3><em>{{ role }}</em>, <h3><em>{{{ role }}}</em>,
{{#if url }} {{#if url }}
<a href="{{{ url }}}">{{ organization }}</a> <a href="{{{ url }}}">{{{ organization }}}</a>
{{else}} {{else}}
{{ organization }} {{{ organization }}}
{{/if}} {{/if}}
</h3> </h3>
<span class="tenure">{{dateRange .}}</span> <span class="tenure">{{dateRange .}}</span>