diff --git a/_includes/site_index.html b/_includes/site_index.html index c398d26..50ea934 100644 --- a/_includes/site_index.html +++ b/_includes/site_index.html @@ -1,4 +1,5 @@ {% assign current_section = page.path | split: '/' | first -%} +{% assign page_blacklist = 'index.html,README.md' | split: ',' -%} {% for section_name in sections -%} {% assign section_dir = section_name | replace: ' ', '%20' -%} @@ -15,8 +16,10 @@