From d14d58bb1bce2121aa8a12b7ecc79177f9da689a Mon Sep 17 00:00:00 2001 From: Andrew Banchich Date: Fri, 26 Aug 2016 01:09:43 +0000 Subject: [PATCH] Update header.html --- _includes/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/header.html b/_includes/header.html index ce765b5..45a8556 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -18,7 +18,7 @@ {% endif %} {% endfor %} {% for page in site.pages %} - {% if page.title !== "Home" %} + {% if page.path !== "index.html" %}
  • {{ page.title }}
  • {% endif %} {% endfor %}