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 @@ - \ No newline at end of file + diff --git a/css/program.css b/css/program.css index 5ad5148205..fb47d12512 100644 --- a/css/program.css +++ b/css/program.css @@ -349,7 +349,6 @@ img { padding-left: 0.6rem; } - .cncf-firstrow { max-width: 1400px; border: 2px solid #00d4ab;