You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may be due to the following condition in /_pages/open_projects.md:
{% if project.status %}
{% continue %}
Whereas many of the projects listed in /_data/openprojectlist.yml do not include the status parameter, and hence are not listed on the Open Projects page.
If this is by design, then this issue can be closed.
Otherwise, please let me know the statuses (ongoing/completed) of the projects listed in openprojectlist.yml
The text was updated successfully, but these errors were encountered:
This may be due to the following condition in
/_pages/open_projects.md
:Whereas many of the projects listed in
/_data/openprojectlist.yml
do not include thestatus
parameter, and hence are not listed on the Open Projects page.If this is by design, then this issue can be closed.
Otherwise, please let me know the statuses (ongoing/completed) of the projects listed in
openprojectlist.yml
The text was updated successfully, but these errors were encountered: