Skip to content

Commit

Permalink
Update featuredbox.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rezaduty authored Jan 26, 2024
1 parent 18dcbf7 commit fb66c7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/featuredbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h2 class="card-title">
{% endif %}
</h2>

<h4 class="card-text">{{ post.excerpt | strip_html | truncatewords:25 }}</h4>
<h4 class="card-text">{{ post.excerpt | strip_html | truncatewords:35 }}</h4>
</div>
<div class="card-footer b-0 bg-white mt-auto">
<div class="wrapfooter">
Expand All @@ -56,4 +56,4 @@ <h4 class="card-text">{{ post.excerpt | strip_html | truncatewords:25 }}</h4>
</div>
</div>
</div>
<!-- end post -->
<!-- end post -->

0 comments on commit fb66c7b

Please sign in to comment.