File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 < h2 > < span > {{site.data.description.projectsTitle}}</ span > </ h2 >
55 < p > {{site.data.description.projectsDescription}}</ p >
66 </ div >
7- < div class ="projects-list ">
8- {% assign projects = site.data.projects | where:'core', true %}
9- {% for project in projects limit:3 %}
7+ < div id ="homeProjects " class ="projects-list ">
8+ {% assign names = "Cats|Cats-Effect|fs2|http4s" | split: "|" %}
9+ {% assign projects = site.data.projects | where_exp: "project", "names contains project.title" %}
10+ {% for project in projects %}
1011 {% include _project_card.html %}
1112 {% endfor %}
1213 </ div >
Original file line number Diff line number Diff line change 33// =====================================================================
44
55#section-projects {}
6+ #homeProjects {
7+ @include col-2 ;
8+ }
69.projects-list {
710 @include grid ;
811 @include col-3 ;
You can’t perform that action at this time.
0 commit comments