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 ded254c commit 31f89e7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bloglist.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ sitemap: false

{% for post in site.posts %}
<div class="article-container">
<div class="article">{{ post.title | truncate: 45 }} | {{ post.date | date: "%Y-%m-%d" }}
<div class="article"> {{ post.title | truncate: 50 }} | {{ post.date | date: "%Y-%m-%d" }}
<div class="article-info">
<a style="font-size: 15px;font-weight: strong;" class="hover-underline-animation" href="{{ post.url }}">{{ post.title | truncate: 45 }} | {{ post.date | date: "%Y-%m-%d" }}</a><br>
{{ post.content | strip_html | truncate: 150 }}
{{ post.content | strip_html | truncate: 150 }} <a style="font-size: 15px;font-weight: strong;" class="hover-underline-animation" href="{{ post.url }}">Continue Reading...</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 31f89e7

Please sign in to comment.