Go through the site in sequence
Overview
In Jekyll sites
To add Next/Previous functionality to posts, use Jekyll’s page.next and page.previous variables.
See https://jekyllrb.com/docs/variables/
To paginate Collections, you’ll have to roll your own custom Liquid to do it.
Flip Ahead Browsing in Edge
Instead of clicking a Next button, visitors can go to the next page by swipping left for next, right for previous, regardless of their actual location on the page.
This is called flip ahead functionality.
Microsoft has only made it only available in Internet Explorer in the new Windows UI, not Internet Explorer for the desktop.
And one must opt in to use flip ahead on touch-enabled devices.
- Launch Internet Explorer 10.
-
If you’re using touch, swipe in from the right. If you’re using a mouse, move the cursor to the top-right corner of the screen.
- Tap or click Settings > Internet Options.
- Under Flip ahead, toggle Turn on flip ahead to On.
(For maximum browser compatibility, maintain the “Back” and “Next” navigation in addition to flip ahead.)
Microsoft’s new tool at: https://dev.windows.com/en-us/microsoft-edge/tools/staticscan/ identifies whether a site has the feature enabled.
In the Windows Features > Flip Ahead Browsing section, it says:
“To enable pagination and Flip Ahead browsing, add the following to your page’s element:
See https://msdn.microsoft.com/library/jj883726%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396