diff --git a/_includes/header.html b/_includes/header.html index 77b47a0d2aea7b77e51a98974201aaae01371772..08d1aa090a1052b5d1a18627c23f519389c58c8c 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -40,7 +40,7 @@ {%- assign my_pages = site.pages | sort:"order" -%} {%- for my_page in my_pages -%} - {%- if my_page.title and my_page.autogen == nil -%} + {%- if my_page.title and my_page.autogen == nil and my_page.order > 0 -%} {%- if page.title contains my_page.title -%} <a class="active page-link{%- if site.new_menu -%}2 {%- endif -%}" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a> {% else %} diff --git a/jekyll-theme-lcsb-default.gemspec b/jekyll-theme-lcsb-default.gemspec index 427a00af1f205cdd3c60b105d41490b99364b929..7cf2bc191b45e49fb7ce0e00d4d174c519a41dd0 100644 --- a/jekyll-theme-lcsb-default.gemspec +++ b/jekyll-theme-lcsb-default.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "jekyll-theme-lcsb-default" - spec.version = "0.2.7" + spec.version = "0.2.8" spec.authors = ["Trefex", "jaceklebioda_lux"] spec.email = ["lcsb-sysadmins@uni.lu"]