Skip to content

Commit

Permalink
Fix build of the news section
Browse files Browse the repository at this point in the history
  • Loading branch information
nicopap committed Jan 30, 2024
1 parent 5d3bed9 commit 9e51898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h2 class="link-card__title">
Written {{ page.date | date(format="%B %d, %Y") }} by {{ page.extra.author }}
</div>
<p class="link-card__description link-card__description--ellipsis">
{{ page.summary | striptags | truncate(length=350) | safe}}
{{ page.content | striptags | truncate(length=350) | safe}}
</p>
</div>
</a>
Expand Down

0 comments on commit 9e51898

Please sign in to comment.