Open neizod opened 2 years ago
In the document, it says that sort_reverse option will be set to true by default. However, it is actually set to false.
sort_reverse
true
false
> gem list jekyll-paginate-v2 (3.0.0)
Can verify.
Verified here too. Had to manually set it to true
https://github.com/sverrirs/jekyll-paginate-v2/blob/a79e3cd187fc0a4b52da2b289ff17b9a4a4e668e/lib/jekyll-paginate-v2/generator/defaults.rb#L13
In the document, it says that
sort_reverse
option will be set totrue
by default. However, it is actually set tofalse
.