|
@ -159,8 +159,8 @@ export class Display { |
|
|
<h1>${name}</h1> |
|
|
<h1>${name}</h1> |
|
|
<p class=desc>${desc}</p> |
|
|
<p class=desc>${desc}</p> |
|
|
</header> |
|
|
</header> |
|
|
<div class=fulltext>${text} |
|
|
|
|
|
<blockquote>${data.quote || ''}</blockquote></div> |
|
|
|
|
|
|
|
|
<div class=fulltext-wrapper><div class=fulltext>${text} |
|
|
|
|
|
<blockquote>${data.quote || ''}</blockquote></div></div> |
|
|
`)
|
|
|
`)
|
|
|
target.appendChild(wrapper) |
|
|
target.appendChild(wrapper) |
|
|
} |
|
|
} |
|
|