Skip to content

Commit

Permalink
Update _includes/modules_sidebar.html
Browse files Browse the repository at this point in the history
  • Loading branch information
pojiro committed Nov 21, 2023
1 parent 9c58e92 commit bed5a49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _includes/modules_sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
{% assign pages = site.pages | where_exp: "item", "item.categories[0] == 'Protocols'" %}
<li class="mt-[25px]"><ul>{% include modules_menu.html collection=pages %}</ul></li>
<li class="mt-[25px] pl-[15px] font-bold text-slate-400">Tools</li>
{% assign pages = site.pages | where_exp: "item", "item.categories[0] == 'FPGA'" %}
<li><ul>{% include modules_menu.html collection=pages %}</ul></li>
{% assign pages = site.pages | where_exp: "item", "item.categories[0] == 'ROS 2'" %}
<li><ul>{% include modules_menu.html collection=pages %}</ul></li>
{% assign pages = site.pages | where_exp: "item", "item.categories[0] == 'Unclassified'" %}
Expand Down

0 comments on commit bed5a49

Please sign in to comment.