Skip to content

Commit

Permalink
fix: nav sidebar links
Browse files Browse the repository at this point in the history
  • Loading branch information
rolorogan committed Dec 3, 2020
1 parent d6fbeb0 commit 1f54baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/www/_partials/nav/subnav.njk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<li>
<a class="wmcads-col-1 wmcads-link"
href="/{{ navItem.name | lower | replace(" ", "-") }}/{{endUrl}}/">{{ sectionItem.name | capitalize}}</a>
href="$*baseUrl/{{ navItem.name | lower | replace(" ", "-") }}/{{endUrl}}/">{{ sectionItem.name | capitalize}}</a>
</li>
{% endfor %}
{% endif %}
Expand Down

0 comments on commit 1f54baa

Please sign in to comment.