changed paramenter from toc - none to toc - false to be more standard with the way parameters are set

This commit is contained in:
tomjohnson1492
2016-03-21 10:01:34 -07:00
parent 1cb430c0a0
commit 5012328645
14 changed files with 20 additions and 18 deletions

View File

@ -112,7 +112,7 @@ search: exclude
|_|
{% endcomment %}
{% for entry in topnav %}
{% for entry in site.data.topnav.topnav %}
{% for subcategory in entry.subcategories %}
{% unless subcategory.external_url %}
{{subcategory.url | replace: "/", ""| replace: "\", ""}}:
@ -123,7 +123,7 @@ search: exclude
{% endfor %}
{% endfor %}
{% for entry in topnav_dropdowns %}
{% for entry in site.data.topnav.topnav_dropdowns %}
{% for subcategory in entry.subcategories %}
{% for subitem in subcategory.items %}
{% unless subitem.external_url %}