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

Fix encoding glitch in HTML partials.

This commit is contained in:
hacksalot 2016-01-14 15:46:10 -05:00
parent af8e8c44ab
commit ea0d6987cd
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<div> <div>
<h3><em>{{ title }}</em>, {{ from }}</h3> <h3><em>{{ title }}</em>, {{ from }}</h3>
<span class="tenure">{{formatDate safe.date 'YYYY' }}</span> <span class="tenure">{{formatDate safe.date 'YYYY' }}</span>
{{ summary }} {{{ summary }}}
{{> highlights }} {{> highlights }}
</div> </div>
{{/body-recognition}} {{/body-recognition}}

View File

@ -8,7 +8,7 @@
{{#> body-references }} {{#> body-references }}
<div> <div>
<h3><em>{{ name }}</em></h3> <h3><em>{{ name }}</em></h3>
{{ summary }} {{{ summary }}}
</div> </div>
{{/body-references}} {{/body-references}}
{{/each}} {{/each}}