Hello,
I’m trying to customize pagination URLs on my Hugo site, but I can’t seem to find the right setting. Right now, my paginated pages look like this:
/blog/page/2/
I’d like to change it to something like:
/blog/p/2/
I looked into pagination.html
and permalinks
settings, but I’m not sure where to modify this. Any ideas?
Thanks!