Just curious. why would pagination in blog be connected to sidebar?

Sorry, my bad assumption!

Log in to github.com (create account first if needed), and go to the Quark repository.

The easiest way is to submit an issue and someone else will investigate and make the change. Search existing issues first just in case this has been reported already. Find the “New Issue” button and follow the project guidelines as much as possible. The most important things are:

  • use a descriptive title
  • provide details (you can be lazy and just link to this thread this time):
    • what’s happening?
    • what do you expect?
    • what do you think is wrong?
    • how can someone else reproduce this?

If you want to change the code yourself, do that, test it, and then submit a Pull Request (PR). The advantages here are that it makes it easier for the maintainers, and you get credit as a contributor. There are a few ways to submit your PR including one that’s not much more than editing the code on screen. Start with the Grav project PR guidelines and follow those generic Github links.

You can also submit an issue followed by a PR, and reference the issue the PR solves in its commit message or PR description. That way the two are linked. Also it gives you a bit of time to work out how PRs work (mention that you intend to submit a PR in the issue).