Skip to content

Commit

Permalink
Update landings_list.html
Browse files Browse the repository at this point in the history
  • Loading branch information
maximoospital committed Jul 1, 2024
1 parent 842d536 commit e8a1ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/landings_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{% endif %}
<div class="row__title">
{% assign title_parts = landing.title | split: " - " %}
<b>{{ title_parts[0] }}</b>{% if title_parts[1] %} - {{ title_parts[1] }}{% endif %}
<b>{{ title_parts[0] }}</b>{% if title_parts[1] %} - <i>{{ title_parts[1] }}</i>{% endif %}
</div>
<div class="row__date">
{{ landing.year }}
Expand Down

0 comments on commit e8a1ca4

Please sign in to comment.