hugo icon indicating copy to clipboard operation
hugo copied to clipboard

Make it possible to edit/remove query parameters from the object returned urls.Parse

Open bep opened this issue 5 months ago • 0 comments

This is currently not possible because the methods do not return anything (void).

It would be tempting to make the Go templates handle voids (as in: just print ""). Else we could create a wrapper around the url struct and add some edit/remove methods. Need to think.

bep avatar Aug 28 '24 06:08 bep