Skip to content

Commit

Permalink
Merge pull request #187 from pep-dortmund/add_materna_to_timetable
Browse files Browse the repository at this point in the history
Add Materna to programm timetable
  • Loading branch information
Till-Will authored Apr 5, 2024
2 parents 59d276f + 733ceeb commit c441577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/programm/programm.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h3>Online-Programm </h3>
</tr>
<tr>
<td>17 – 18 Uhr</td>
{% capture _unternehmen %}+Forschungszentrum Jülich+{% endcapture %}
{% capture _unternehmen %}+Forschungszentrum Jülich+Materna IPS{% endcapture %}
{% assign __unternehmen = _unternehmen | split: '+' %}
{% for unternehmen_name in __unternehmen %}
{% assign unternehmen = site.data.unternehmen_2024 | where: "name", unternehmen_name | first %}
Expand All @@ -91,4 +91,4 @@ <h3>Online-Programm </h3>
</tr>
</table>

</div>
</div>

0 comments on commit c441577

Please sign in to comment.