Skip to content

Commit

Permalink
startups: fix the startup's phase inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
freesteph committed Feb 20, 2025
1 parent 60ea525 commit 3539ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/startups.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{% assign incubator = incubators | where:'id', incubator_id | first %}
{ "id" : "{{ startup.id | remove: '/startups/' }}"
, "type" : "startup"
, "phase": "{{ status }}"
, "phase": "{{ phase.status }}"
, "incubator_id" : "{{startup.incubator}}"
, "incubator_title": "{{ incubator.title }}"
, "sponsors": [{% for sponsorId in startup.sponsors %}
Expand Down

0 comments on commit 3539ed5

Please sign in to comment.