Skip to content

Commit

Permalink
Increase truncate some more
Browse files Browse the repository at this point in the history
  • Loading branch information
bressler1995 committed Nov 20, 2023
1 parent a361708 commit 91a409e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/home/posts.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h2 class="text-center mb-2">Recent Posts</h2>
<a href="{{ post.url | absolute_url }}" class="tops_posts_post_image"><img src="{{ site.baseurl }}/{{ post.image }}"></a>
<div class="tops_posts_post_content">
<h3 class="mb-2">{{ post.title }}</h3>
<p class="mb-3">{{ post.content | markdownify | strip_html | truncate:45 }}</p>
<p class="mb-3">{{ post.content | markdownify | strip_html | truncate:65 }}</p>
<a class="tops_posts_post_readmore" href="{{ post.url | absolute_url }}">Read More<i class="fa-solid fa-circle-arrow-right"></i></a>
</div>
<div class="tops_posts_post_meta d-flex flex-row flex-wrap align-items-center">
Expand Down

0 comments on commit 91a409e

Please sign in to comment.