I see the change. You modified the footer to add a PR link, changing:
...made by me, with tongue firmly in cheek.
to:
...made by me. Does this all sound a bit like shallow slop? Yup, please help <a href="https://github.com/algal/pleasejusttryhtmx/pulls">make it better</a>.
The issue is the link goes to /pulls (the pull requests listing page) rather than a specific PR. If you wanted to link to a specific pull request, it should be /pull/NUMBER (singular, with a PR number).
For example:
- https://github.com/algal/pleasejusttryhtmx/pull/1 - links to PR #1
- https://github.com/algal/pleasejusttryhtmx/pulls - links to the PR listing page
Did you mean to link to a specific PR? If so, what's the PR number?