Skip to content

Commit

Permalink
chore: sort by date only
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin authored Sep 6, 2024
1 parent e3bbb85 commit 5b726c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: Bottles Developers's Blog
layout: blog
---

{% assign posts = site.posts | sort: "date" | sort: "updated" | reverse %}
{% assign posts = site.posts | sort: "date" | reverse %}

{% for post in posts %}
{% include posts-listing.html post=post %}
{% endfor %}
{% endfor %}

0 comments on commit 5b726c8

Please sign in to comment.