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 daf0bca commit 51dd8c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bloglist.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ sitemap: false

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

0 comments on commit 51dd8c5

Please sign in to comment.