Skip to content

Commit

Permalink
Fixed syntax error in liquid date
Browse files Browse the repository at this point in the history
  • Loading branch information
legoraft committed Sep 25, 2024
1 parent dc42598 commit 0167e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/post-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% for post in site.posts %}
<li>
<a class="postlink">
<p id="date">{{ post.date | date: "%Y-%m-%d }}</p>
<p id="date">{{ post.date | date: "%Y-%m-%d" }}</p>
<p id="title">{{ post.title }}</p>
</a>
</li>
Expand Down

0 comments on commit 0167e58

Please sign in to comment.