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 Jun 30, 2024
1 parent b735351 commit 12d1593
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _includes/landings_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
{% else %}
<a href="{{ landing.url | prepend: site.baseurl }}">
{% endif %}
<div class="row__title {% if include.uid == post.id %}row__active{% endif %}">
<div class="row__title {% if include.uid == landing.id %}row__active{% endif %}">
{{ landing.title }}
</div>
<div class="row__year {% if include.uid == post.id %}row__active{% endif %}">
<div class="row__year {% if include.uid == landing.id %}row__active{% endif %}">
{{ landing.year }}
</div>
<div class="row__type {% if include.uid == post.id %}row__active{% endif %}">
<div class="row__type {% if include.uid == landing.id %}row__active{% endif %}">
{{ landing.type }}
</div>
</a>
Expand Down

0 comments on commit 12d1593

Please sign in to comment.