diff --git a/_includes/header.html b/_includes/header.html index 45a8556..352ef3c 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -13,7 +13,7 @@ {% for page in site.pages %} - {% if page.layout == "default" %} + {% if page.path == "index.html" %} {{ page.title }} {% endif %} {% endfor %}