Tucker McKnight
Some nav fixes - Remove the Tags link from the nav. I don't have anything to put there yet. - Fix the "active" status on the commit page. - Rename "patches" to "commits" in the URL.
123 124 125
<li class="nav-item">
<a class="nav-link" href="#">Tags</a>
</li>
123 124 125
279
return `${reposPath}/${eleventyConfig.getFilter("slugify")(repoName)}/branches/${eleventyConfig.getFilter("slugify")(branchName)}/list/`
279
return `${reposPath}/${eleventyConfig.getFilter("slugify")(repoName)}/branches/${eleventyConfig.getFilter("slugify")(branchName)}/branches/`
447
path: 'patches/page1',
447
path: 'commits/page1',
458
navTab: "patches",
458
navTab: "commits",