grav-plugin-pagination icon indicating copy to clipboard operation
grav-plugin-pagination copied to clipboard

fix malformed pagination urls attempt #2

Open gigago opened this issue 5 years ago • 5 comments

The previous 'unfix' of pagination urls unfixed my application :-). Since the resulting urls are in fact malformed when base_url contains a scheme id and some browsers don't like this, let's try again to solve this in a different way by appending the filter |replace({':/':'://'}) to each url. Supposedly, this will only affect the scheme part of the url, if any.

gigago avatar Nov 07 '18 10:11 gigago