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 %}