twister-jekyll-theme icon indicating copy to clipboard operation
twister-jekyll-theme copied to clipboard

Fix pagination for page 1

Open tonyhualiu opened this issue 7 years ago • 0 comments

Issue

When click on pagination and go to page 2, and then click on page 1 to go back, a 404 page is rendered.

screen shot 2017-04-17 at 9 32 21 pm

Expected

The homepage should be rendered.

Fix Justification

When the pagination number 1 should be rendered, render the tag href attribute to be site.baseurl + '/'; in other words, render the index.html page

tonyhualiu avatar Apr 18 '17 04:04 tonyhualiu