Make the project name link to the project's landing page

Sat Apr 12 2025

Tucker McKnight


    

a3d029103b712b81cdcf4362d0133a2addecd684

darcs pull https://repos.tuckerm.us/repos/eleventy-darcs/branches/main -h a3d029103b712b81cdcf4362d0133a2addecd684
_includes/main.njk:55
Before
                  <a href="/" class="text-decoration-none">Darcs Repositories</a>{% if nav.repoName %}<span class="text-secondary mx-2">&gt;</span><a href="#" class="text-decoration-none">eleventy-darcs</a>{% endif %}
After
                  <a href="/" class="text-decoration-none">Darcs Repositories</a>{% if nav.repoName %}<span class="text-secondary mx-2">&gt;</span><a href="/repos/{{nav.repoName}}" class="text-decoration-none">eleventy-darcs</a>{% endif %}