Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
treangen authored Oct 20, 2024
1 parent 047bdb8 commit 7a34e00
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _layouts/teaching.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ layout: default
<h3 class="card-title font-weight-medium">{{ entry.title }}</h3>
<div>
{% if entry.type == 'list' %}
{% include teaching/list.liquid %}
{% include cv/list.liquid %}
{% elsif entry.type == 'map' %}
{% include teaching/map.liquid %}
{% include cv/map.liquid %}
{% elsif entry.type == 'nested_list' %}
{% include teaching/nested_list.liquid %}
{% include cv/nested_list.liquid %}
{% elsif entry.type == 'time_table' %}
{% include teaching/time_table.liquid %}
{% include cv/time_table.liquid %}
{% elsif entry.type == 'list_groups' %}
{% include teaching/list_groups.liquid %}
{% include cv/list_groups.liquid %}
{% else %}
{{ entry.contents }}
{% endif %}
Expand Down

0 comments on commit 7a34e00

Please sign in to comment.