diff --git a/_includes/landing_page.md b/_includes/landing_page_intro.md similarity index 100% rename from _includes/landing_page.md rename to _includes/landing_page_intro.md diff --git a/_layouts/default.html b/_layouts/default.html index 766dc26..51fc47f 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -51,13 +51,15 @@

{{ site.title | escape }}

+

About

+

The Kerner Lab focuses on advancing the foundations and applications of machine learning to foster a more sustainable, responsible, and fair future for all.

+
- {% if site.news %} {% assign sorted_news = site.news | default: [] | sort: "date" | reverse %}