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 dd25000 commit 591a5f9
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions _includes/landings_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,19 @@
<div class="row__year">
Year
</div>
<div class="row__type">
Category
</div>
</li>
<li class="row__post">
{% if landing.github %}
<a href="{{ landing.github }}">
{% else %}
<a href="{{ landing.url | prepend: site.baseurl }}">
{% endif %}
<div class="row__title {% if include.uid == landing.id %}row__active{% endif %}">
<div class="row__title">
{{ landing.title }}
</div>
<div class="row__year {% if include.uid == landing.id %}row__active{% endif %}">
<div class="row__year">
{{ landing.year }}
</div>
<div class="row__type {% if include.uid == landing.id %}row__active{% endif %}">
{{ landing.type }}
</div>
</a>

{% if landing.img %}
Expand Down

0 comments on commit 591a5f9

Please sign in to comment.