mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-17 00:22:24 -06:00
Update _includes/nav.html
Correction needed for use of collections. Co-authored-by: Kevin Lin <kevinl@cs.uw.edu>
This commit is contained in:
parent
f774596f5e
commit
000da77ba2
@ -1,5 +1,5 @@
|
|||||||
<ul class="nav-list">
|
<ul class="nav-list">
|
||||||
{%- assign included_pages = site.html_pages
|
{%- assign included_pages = include.pages
|
||||||
| where_exp:"item", "item.nav_exclude != true"
|
| where_exp:"item", "item.nav_exclude != true"
|
||||||
| where_exp:"item", "item.title != nil" -%}
|
| where_exp:"item", "item.title != nil" -%}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user