the-mvm / the-mvm.github.io

The Minimum Viable Model website and Jekyll theme.
https://the-mvm.github.io
GNU General Public License v3.0
86 stars 398 forks source link

FIX pagination when there are multiple pages #28

Closed hellomrsun closed 2 years ago

hellomrsun commented 2 years ago

Current behavior: When you click "next" from page2, the url will be redirected to: http://localhost:4000/page2/page3 After the fix: When you click "next" from page2, the url will be redirected to: http://localhost:4000/page3