Skip to content

Commit e8c9530

Browse files
authored
Merge pull request #444 from typelevel/fix-homepage-projects
Fix "core projects" listing on homepage
2 parents 1e96a44 + 45c2e72 commit e8c9530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/_section-projects.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ <h2><span>{{site.data.description.projectsTitle}}</span></h2>
55
<p>{{site.data.description.projectsDescription}}</p>
66
</div>
77
<div class="projects-list">
8-
{% assign projects = site.projects | where:'core', true %}
8+
{% assign projects = site.data.projects | where:'core', true %}
99
{% for project in projects limit:3 %}
1010
<a href="{{ project.github }}" class="project-item">
1111
<div class="project-item-content">

0 commit comments

Comments
 (0)