blog > cards > chapo : parse html
All checks were successful
Deploy Production / Deploy to Production (push) Successful in 22s
All checks were successful
Deploy Production / Deploy to Production (push) Successful in 22s
closes #73
This commit is contained in:
parent
952375e6f5
commit
4d4832beda
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@
|
|||
<a href="/blog/{featured.slug}">{featured.title}</a>
|
||||
</h2>
|
||||
{#if featured.intro}
|
||||
<p class="collection-card-description">{featured.intro}</p>
|
||||
<div class="collection-card-description">{@html featured.intro}</div>
|
||||
{/if}
|
||||
<a href="/blog/{featured.slug}" class="collection-card-readmore desktop-only" tabindex="-1">
|
||||
{t('read_article')} <span class="arrow">→</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue