Skip to content

Commit

Permalink
Trying to add people to projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Wagner committed Sep 14, 2023
1 parent 7bf0b10 commit d4779d8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions _projects/1_bacterialGrowth.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@ Currently working on this:
{% assign name = person.title %}
{% assign projects = person.projects %}
{{ projects }}
{% if "growth" in projects %}
{{ name }}
{% endif %}
{% for project in projects.split %}
{{ project }}
{% if "growth" == projects %}
{{ name }}
{% endif %}
{% endfor %}
{%- endfor %}

--------
Expand Down

0 comments on commit d4779d8

Please sign in to comment.