Skip to content

Commit

Permalink
feat: remove abstract from article body
Browse files Browse the repository at this point in the history
  • Loading branch information
valerymelou committed Jul 28, 2024
1 parent 5f83557 commit bbd0ebf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions libs/blog/feature-article/src/lib/blog-article.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@
</figure>
}

<p class="my-10">
{{ article.abstract }}
</p>

<hr class="my-10 border-slate-200 dark:border-slate-700" />

<div class="mb-10">
<div [cfRichTextDocument]="article.content">
<ng-container *cfRichTextNode="BLOCKS.HEADING_1; let node = node">
Expand Down

0 comments on commit bbd0ebf

Please sign in to comment.