Skip to content

Commit

Permalink
show notes links on dev side bar
Browse files Browse the repository at this point in the history
  • Loading branch information
shensquared committed Aug 19, 2024
1 parent 285ce67 commit ad097dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/components/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
| where_exp:"item", "item.nav_exclude != true" %}
{% include nav.html pages=info key=nil %}
</div>
<!-- <div class="notes_nav">
<div class="notes_nav">
<p class="section-title">Notes</p>
{% assign notes_pages = site.html_pages
| where_exp:"item", "item.info_cat != true"
| where_exp:"item", "item.title != nil"
| where_exp:"item", "item.nav_exclude != true"
%}
{% include nav.html pages=notes_pages key=nil %}
</div> -->
</div>
{%- if site.nav_external_links -%}
<ul class="nav-list">
{%- for node in site.nav_external_links -%}
Expand Down

0 comments on commit ad097dd

Please sign in to comment.