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>
|
<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}}
|
||||||
|
@ -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}}
|
||||||
|
Loading…
Reference in New Issue
Block a user