Skip to content

Commit

Permalink
fix showcase nav
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Mar 20, 2024
1 parent 321e37f commit cc4abf1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@
url: /showcase/console/
- title: Other
url: /showcase/other/
#- title: Other
# url: /showcase/other/
#- title: Blog
# url: /blog/
- title: Community
Expand Down
2 changes: 1 addition & 1 deletion _layouts/showcase.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h3 class="showcase-title">{{ showcase.title }}</h3>
</div>
<div class="col-md-4 col-md-pull-8 sidebar">

{% assign item = site.data.navigation[1] %}
{% assign item = site.data.navigation[2] %}
{% include sidebar-item.html navigation=item.subitems %}

</div>
Expand Down

0 comments on commit cc4abf1

Please sign in to comment.