We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f3efe commit 9d95e52Copy full SHA for 9d95e52
themes/coo/layout/index.ejs
@@ -9,7 +9,7 @@
9
<div class="w-24 h-full bg-emerald-500 dark:bg-slate-800"></div>
10
</div>
11
<div class="w-full grid grid-cols-2 md:grid-cols-4 gap-6 md:gap-8 mb-6 text-slate-800">
12
- <% site.categories.findOne({name: category}).posts.sort('-date').map(function(post){ %>
+ <% site.categories.findOne({name: category}).posts.sort('date').map(function(post){ %>
13
<%- partial('_partial/index/card', {
14
url: url_for(post.path),
15
title: post.title,
0 commit comments