diff --git a/_includes/header.html b/_includes/header.html
index cec25e5311..13c5436ee0 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -39,10 +39,8 @@
/>
- {% if page.title == 'Programs' or page.title == 'CNCF' or page.title ==
- 'LFX' or page.title == 'Google Summer of Code 2019' or
- page.title == 'Google Summer of Code' or page.title == 'GSOD2020' or
- page.title == 'MLH' %}
+ {% assign page_title_lc = page.title | strip | downcase %}
+ {% if page_title_lc == 'programs' or page_title_lc == 'cncf' or (page_title_lc contains 'lfx') or (page_title_lc contains 'google summer of code') or page_title_lc == 'gsod2020' or page_title_lc == 'mlh' %}
{% endif %}
@@ -148,4 +146,4 @@