diff --git a/_layouts/default.html b/_layouts/default.html index ab490d5..7e6bfc6 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -24,9 +24,11 @@ {% for page in site.pages %} - {% if page.title %} - {{ page.title }} - {% endif %} + {% unless page.in_menu == false %} + {% if page.title %} + {{ page.title }} + {% endif %} + {% endunless %} {% endfor %} @@ -44,5 +46,6 @@ +