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 e756b3b commit 00b21ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _layouts/teaching.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
<div class="row g-5 mb-5">
<div>
<h3 class="fw-bold border-bottom pb-3 mb-5">Teaching</h3>
<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>
{% endif %}
{% endfor %}
<h4>Universidad Carlos III de Madrid</h4>
<h5>2018-2019</h5>
{% for item in site.data.teaching_data %}
Expand Down

0 comments on commit 00b21ed

Please sign in to comment.