diff --git a/_includes/header.html b/_includes/header.html
index 8254d76..47f1c49 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -4,11 +4,12 @@
{% if page.permalink != '/sitemap/' %}
Sitemap
{% endif %}
- {% if page.permalink == 'index.html' or page.url == '/' %}
- About
- {% else %}
+ {% if page.permalink != 'index.html' and page.url != '/' %}
Home
{% endif %}
+ {% if page.permalink != '/about/' %}
+ About
+ {% endif %}
{% if page.permalink != '/software/' %}
Software
{% endif %}