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

BUG - wrong next page path when pages >= 3 #44

Open chemharuka opened 2 years ago

chemharuka commented 2 years ago

change paginate:6 in _config.yml to paginate:3 build site go to \~/page2 URL of NEXT: ./page3 (\~/page2/page3)

image

How to fix: edit _includes/pagination.html line 6, add one more dot: <a href="..{{ paginator.next_page_path }}" ……