Skip to content

Commit

Permalink
Update teaching.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sarapv authored Dec 18, 2024
1 parent 00b21ed commit 7198cad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _layouts/teaching.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ <h4>Aalto University</h4>
<h5>2024-2025</h5>
{% for item in site.data.teaching_data %}
{% if item.place == "aalto" and item.year == "2024-2025" %}
<p>{{ item.name }}. {{ item.degree }}.<br>{{ item.description }}</p>
<p>Course: {{ item.name }}. {{ item.degree }}.<br>{{ item.description }}</p>
{% endif %}
{% endfor %}
<h4>Universidad Carlos III de Madrid</h4>
<h5>2018-2019</h5>
{% for item in site.data.teaching_data %}
{% if item.place == "carlos" and item.year == "2018-2019" %}
<p>{{ item.name }}. {{ item.degree }}.</p>
<p>Course: {{ item.name }}. {{ item.degree }}.</p>
{% endif %}
{% endfor %}
<h5>2017-2018</h5>
{% for item in site.data.teaching_data %}
{% if item.place == "carlos" and item.year == "2017-2018" %}
<p>{{ item.name }}. {{ item.degree }}.</p>
<p>Course: {{ item.name }}. {{ item.degree }}.</p>
{% endif %}
{% endfor %}
</div>
Expand Down

0 comments on commit 7198cad

Please sign in to comment.