To reproduce, create a new project:
$ hugo new site myproject
$ cd myproject
$ npm install --save-dev google/docsy autoprefixer postcss-cli postcss
$ echo 'theme = "docsy"' >> config.toml
$ echo 'themesDir = "node_modules"' >> config.toml
Then create two posts with the same date, such as:
- blog/post-1.md:
---
title: Learn
date: 2022-08-24
---
- blog/post-2.md:
---
title: Go
date: 2022-08-24
---
Build and/or serve the site and visit /blog. This is what you'll see:
Notice how the order of the posts differs.
To reproduce, create a new project:
Then create two posts with the same date, such as:
Build and/or serve the site and visit
/blog. This is what you'll see:Notice how the order of the posts differs.