DigitalMindCH / twister-jekyll-theme

a free multimedia jekyll theme
http://digitalmind.ch/themes/twister-jekyll-theme/demo/
MIT License
62 stars 64 forks source link

Fix pagination for page 1 #16

Open tonyhualiu opened 7 years ago

tonyhualiu commented 7 years ago

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