We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e96a44 + 45c2e72 commit e8c9530Copy full SHA for e8c9530
_includes/_section-projects.html
@@ -5,7 +5,7 @@ <h2><span>{{site.data.description.projectsTitle}}</span></h2>
5
<p>{{site.data.description.projectsDescription}}</p>
6
</div>
7
<div class="projects-list">
8
- {% assign projects = site.projects | where:'core', true %}
+ {% assign projects = site.data.projects | where:'core', true %}
9
{% for project in projects limit:3 %}
10
<a href="{{ project.github }}" class="project-item">
11
<div class="project-item-content">
0 commit comments