Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
maximoospital committed Jun 28, 2024
1 parent 25fa50a commit 3581990
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions _includes/landings_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
<li class="row__cols">
<a href="{{ landing.github | prepend: site.baseurl }}">{{ landing.title }}</a>
</li>
{% endif %}
{% if landing.app_url & !landing.github %}
{% elif landing.app_url & !landing.github %}
<li class="row__cols">
<a href="{{ landing.app_url | prepend: site.baseurl }}">{{ landing.title }}</a>
</li>
{% endif %}
{% if !landing.github & !landing.app_url %}
{% elif !landing.github & !landing.app_url %}
<li class="row__cols">
<a href="{{ landing.url | prepend: site.baseurl }}">{{ landing.title }}</a>
</li>
Expand Down

0 comments on commit 3581990

Please sign in to comment.