diff --git a/_includes/site-nav.html b/_includes/site-nav.html index f2d69a3..b34a9a5 100755 --- a/_includes/site-nav.html +++ b/_includes/site-nav.html @@ -1,7 +1,7 @@ {% for item in site.pages %} - {% unless item.title == false or item.url contains "/page" or item.url contains "/404.html" or item.url contains "/feed." %} + {% unless item.title = false or item.url contains "/page" or item.url contains "/404.html" or item.url contains "/feed." %} {% if item.collectionpage %} {% assign collectiondata = site.collections | where: "label", item.collectionpage | first %}