Fix links to recent patches

Sun Apr 13 2025

Tucker McKnight


    

2fa463b64261ef595df048941885b93d2670f3ad

darcs pull https://repos.tuckerm.us/repos/eleventy-darcs/branches/main -h 2fa463b64261ef595df048941885b93d2670f3ad
repo.njk:47
Before
            <a href="/repos/{{repo}}/patches/{{patch.hash}}" class="text-primary d-inline-block card-title text-decoration-none fs-5">{{patch.name}}</a>
After
            <a href="/repos/{{branch.repoName | slugify}}/branches/{{branch.branchName | slugify}}/patches/{{patch.hash}}" class="text-primary d-inline-block card-title text-decoration-none fs-5">{{patch.name}}</a>