You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing _config.yml value, paginate_path: to /page/:num/ results in pagination navigation breaking. For example, previous page link becomes, e.g. http://site.local:4000/page/:num/
Environment
Current/Stable
Expected behavior
Correct and adjusted pagination navigation.
Steps to reproduce the behavior
Adjust _config.yml value, paginate_path: to /page/:num/
The text was updated successfully, but these errors were encountered:
You have a public/test repo that illustrates this bug?
I just modified the /test repo the theme has and changed paginate_path: /page/:num/ and everything works as expected.
Theme isn't compatible with that plugin yet. The pagination links need to
be rebuilt for it.
Closing as this is a duplicate of what is already summarized in #1307.
On Fri, Sep 28, 2018 at 8:56 PM ***@***.*** ***@***.***> wrote:
I should have mentioned the additional changes of adding gem
jekyll-paginate-v2 and its base configuration within _config.yml.
jekyll-paginate-v2 advised to unset paginate: or set to off. I commented
it out.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1855 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABUB7awSKPsJwvEI5l0lU3c08M2o2ydfks5ufsVIgaJpZM4W_Btu>
.
Description
Changing _config.yml value,
paginate_path:
to/page/:num/
results in pagination navigation breaking. For example, previous page link becomes, e.g.http://site.local:4000/page/:num/
Environment
Current/Stable
Expected behavior
Correct and adjusted pagination navigation.
Steps to reproduce the behavior
Adjust _config.yml value,
paginate_path:
to/page/:num/
The text was updated successfully, but these errors were encountered: