Open NicoHood opened 4 years ago
Just a note:
There are new pagination classes which already support this: https://github.com/getgrav/grav/tree/develop/system/src/Grav/Framework/Pagination
Wouldnt it make sense to integrate such into the quark theme?
I am using query parameters
www.website.com/page:1?param=true
for additional filtering. But the current pagination template removes those queries. It would be nice to integrate this into the plugin.This is my solution:
Maybe it would make sense to add a variable to enable this new feature to not break older themes. Feel free to use that code!