You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm setting up my site using a series of articles instead of posts. For each of my articles, I've added a weight to the front matter. But the site is still sorting my articles by reverse date order (newest first). It doesn't seem to take into my account my weight.
For example, it's displaying my articles like this:
Part 2 (date: '2020-02-01' | weight: 41)
Part 1 (date: '2019-12-12' | weight: 40)
I'd like it show Part 1 first and then Part 2 etc.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm setting up my site using a series of articles instead of posts. For each of my articles, I've added a weight to the front matter. But the site is still sorting my articles by reverse date order (newest first). It doesn't seem to take into my account my weight.
For example, it's displaying my articles like this:
I'd like it show Part 1 first and then Part 2 etc.
Is there something I need to do differently?
Beta Was this translation helpful? Give feedback.
All reactions