mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-22 00:00:14 +00:00
Fix encoding of affiliation nouns.
This commit is contained in:
parent
c52eda62bc
commit
803e206688
@ -8,11 +8,11 @@
|
||||
{{#each r.affiliation.history}}
|
||||
{{#> body-affiliation }}
|
||||
<div>
|
||||
<h3><em>{{ role }}</em>,
|
||||
<h3><em>{{{ role }}}</em>,
|
||||
{{#if url }}
|
||||
<a href="{{{ url }}}">{{ organization }}</a>
|
||||
<a href="{{{ url }}}">{{{ organization }}}</a>
|
||||
{{else}}
|
||||
{{ organization }}
|
||||
{{{ organization }}}
|
||||
{{/if}}
|
||||
</h3>
|
||||
<span class="tenure">{{dateRange .}}</span>
|
||||
|
Loading…
Reference in New Issue
Block a user