diff --git a/_includes/header.html b/_includes/header.html index 538e9cd..530626a 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -15,7 +15,8 @@ {% assign all_pages = site.pages | sort: "title" %} {% for project in all_pages %} - {% if project.url != "/" and project.url != "/index.html" and project.url != "/sitemap.xml" %} + {% assign project_url_end = project.url | slice: -4, -1 %} + {% if project.url != "/" and project.url != "/index.html" and project.url != "/sitemap.xml" and project_url_end != ".css" %}