bugfix: on tags with enough uses to create pagination on landing pages, going to ?page=2 or higher caused the button links to break. the links were built using window.location.href, which included the search parameter. now the links are built with origin+pathname, which excludes search parameters.