We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52eeabd + 4e39913 commit c9d1308Copy full SHA for c9d1308
1 file changed
_includes/navbar.html
@@ -31,7 +31,7 @@
31
{% assign pg = site.pages | sort: "weight" %}
32
{% for node in pg %}
33
<!-- Neglect imprint.html and index.html in either language -->
34
- {% unless node.path contains "imprint" or node.path contains "index" %}
+ {% unless node.weight == nul or node.weight <= 0 %}
35
<!-- Set variable "node_conf2019" if node links to a conference page -->
36
{% assign node_conf2019 = false %}
37
{% if node.url contains "/conf2019/" %}
0 commit comments