I’m rewriting some of this site’s code so that readers can find posts grouped by tags.
On this day, however, the challenge I face is that my code might be constructing its pagination URLs incorrectly: instead of sending you to page 2 of blog posts by offering a link such as blog?start=2, it may be showing a duplicated query string, e.g. blog?start=2start=2. And this behavior may be related or unrelated to my work on tagging, which also happens to involve query strings.
I work out changes using a copy of the site on my laptop and that’s where these incorrect strings appeared in footnote links.
So I’ve added footnotes to two remarks in the paragraphs above. And my plan is to make this post show up on page 2 or later of the blog (right now there’s only one page). If and when the footnote links are constructed correctly, you’ll be able to inspect them (such as by tapping and holding, or by hovering or right-clicking your computer’s pointer) and see that the start query string isn’t improperly duplicated.
Update, one day later: Tags, pagination, and footnotes appear to be working correctly.