diff --git a/_includes/navbar.html b/_includes/navbar.html index 33ab05b..2f49740 100644 --- a/_includes/navbar.html +++ b/_includes/navbar.html @@ -31,7 +31,7 @@ {% assign pg = site.pages | sort: "weight" %} {% for node in pg %} - {% unless node.path contains "imprint" or node.path contains "index" %} + {% unless node.path contains "imprint" or node.path contains "index" or node.weight <= 0 %} {% assign node_conf2019 = false %} {% if node.url contains "/conf2019/" %}