mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-22 08:10:10 +00:00
Fix encoding glitch in HTML partials.
This commit is contained in:
parent
af8e8c44ab
commit
ea0d6987cd
@ -9,7 +9,7 @@
|
||||
<div>
|
||||
<h3><em>{{ title }}</em>, {{ from }}</h3>
|
||||
<span class="tenure">{{formatDate safe.date 'YYYY' }}</span>
|
||||
{{ summary }}
|
||||
{{{ summary }}}
|
||||
{{> highlights }}
|
||||
</div>
|
||||
{{/body-recognition}}
|
||||
|
@ -8,7 +8,7 @@
|
||||
{{#> body-references }}
|
||||
<div>
|
||||
<h3><em>{{ name }}</em></h3>
|
||||
{{ summary }}
|
||||
{{{ summary }}}
|
||||
</div>
|
||||
{{/body-references}}
|
||||
{{/each}}
|
||||
|
Loading…
Reference in New Issue
Block a user