diff --git a/www/_includes/chapter.njk b/www/_includes/chapter.njk index 82ecfd0..a07a0c2 100644 --- a/www/_includes/chapter.njk +++ b/www/_includes/chapter.njk @@ -15,7 +15,7 @@ layout: layout.njk {% set prev = search.previousPage(url, "chapter!=undefined", "chapter") %} {% set next = search.nextPage(url, "chapter!=undefined", "chapter") %} - {% macro nav() %} + {% macro nav(show_toc=false) %} {% endmacro %} - {{ nav() }} + {{ nav(show_toc=true) }}