Skip to content

Commit

Permalink
Add date to post list (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
diogodanielsoaresferreira authored Aug 6, 2024
1 parent 2450237 commit 6813498
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _layouts/post-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ <h1>{{ page.title }}</h1>
<ul>
<li class="wow fadeInLeft" data-wow-duration="1.5s">
<a class="zoombtn" href="{{ site.url }}{{ post.url }}">{{ post.title }}</a>
<h4>{{ post.date | date_to_string }}</h4>
<p>{{ post.excerpt }}</p>
<a href="{{ site.url }}{{ post.url }}" class="btn zoombtn">Read More</a>
</li>
Expand Down

0 comments on commit 6813498

Please sign in to comment.