Skip to content

Commit

Permalink
cleanup card description
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Sep 11, 2023
1 parent f579ee2 commit c6a1dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/pathway-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="card-body d-flex flex-column">
<h5 class="card-title">{{path.title}}</h5>
<p class="card-text">
{{path.description}}
{{path.description | markdownify | strip_html | truncatewords: 60}}
</p>
</div>
<div class="card-footer">
Expand Down

0 comments on commit c6a1dea

Please sign in to comment.