Skip to content

Commit

Permalink
redirects: Remove redirect in left pane
Browse files Browse the repository at this point in the history
The handbook, docs, and core-node docs pages all had a redirect in the
links to their own page. This changes removes it.
  • Loading branch information
ZJvandeWeg committed Aug 20, 2023
1 parent a56230d commit 05a8ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/layouts/left-nav.njk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% set path = (["node-red/", nav] | join) if nav == "core-nodes" else nav %}

<li class="{% if "/{{ path }}/" === page.url %}active{% endif %}">
<a href="/{{ path }}">{{ nav }}</a>
<a href="/{{ path }}/">{{ nav }}</a>
</li>
{% for group in collections
.nav[nav]
Expand Down

0 comments on commit 05a8ae2

Please sign in to comment.