Skip to content

Commit

Permalink
debug nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Collinbrown95 committed May 2, 2024
1 parent 8171123 commit 2e15785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</li>
{{ range .Site.Params.sections }}
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="/#{{.}}">{{ . }}</a>
<a class="nav-link js-scroll-trigger" href="{{ .Site.BaseURL }}/#{{.}}">{{ . }}</a>
</li>
{{ end }}
</ul>
Expand Down

0 comments on commit 2e15785

Please sign in to comment.