Skip to content

Commit

Permalink
Update bloglist.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gaterunner341 committed May 23, 2024
1 parent 31f89e7 commit daf0bca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bloglist.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ sitemap: false
<div class="article-container">
<div class="article"> {{ post.title | truncate: 50 }} | {{ post.date | date: "%Y-%m-%d" }}
<div class="article-info">
{{ post.content | strip_html | truncate: 150 }} <a style="font-size: 15px;font-weight: strong;" class="hover-underline-animation" href="{{ post.url }}">Continue Reading...</a>
{{ post.content | strip_html | truncate: 150 }}<br>
<a style="font-size: 12px;font-weight: strong;" class="hover-underline-animation" href="{{ post.url }}">Continue Reading...</a>
</div>
</div>
</div>
Expand Down

0 comments on commit daf0bca

Please sign in to comment.