From 1b34bf6e87ef9fd9251e3bb9c71fb0cd6c5408ff Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Tue, 28 Jan 2020 12:21:09 +0000 Subject: [PATCH] Fix navbar generation algorithm --- _includes/navbar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/navbar.html b/_includes/navbar.html index ca73582..fbec69c 100644 --- a/_includes/navbar.html +++ b/_includes/navbar.html @@ -13,7 +13,7 @@ Home Page {% for project in site.pages | sort "title" %} - {% if project.url != "/" %} + {% if project.url != "/" and project.url != "/sitemap.xml" and project.url[-4:-1] != ".css" %} {{ project.title }}