From 45c2e72f7bd7a0ff55266a749856b06aab5ad12b Mon Sep 17 00:00:00 2001 From: Andrew Valencik Date: Sat, 22 Apr 2023 09:34:02 -0400 Subject: [PATCH] Fix "core projects" listing on homepage --- _includes/_section-projects.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/_section-projects.html b/_includes/_section-projects.html index 92086248..c5f800e6 100644 --- a/_includes/_section-projects.html +++ b/_includes/_section-projects.html @@ -5,7 +5,7 @@

{{site.data.description.projectsTitle}}

{{site.data.description.projectsDescription}}

- {% assign projects = site.projects | where:'core', true %} + {% assign projects = site.data.projects | where:'core', true %} {% for project in projects limit:3 %}