Skip to content

Commit

Permalink
ups
Browse files Browse the repository at this point in the history
  • Loading branch information
maximoospital committed Jun 28, 2024
1 parent a397a4a commit a47ff8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/landings_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<ul class="rows">
{% for landing in site.pages %}
{% if landing.category == 'landings' %}
{% if landing.github %}
{% if landing.github and !landing.app_url %}
<li class="row__cols">
<a href="{{ landing.github | prepend: site.baseurl }}">{{ landing.title }}</a>
</li>
{% endif %}
{% if landing.app_url %}
{% if landing.app_url and !landing.github %}
<li class="row__cols">
<a href="{{ landing.app_url | prepend: site.baseurl }}">{{ landing.title }}</a>
</li>
Expand Down

0 comments on commit a47ff8c

Please sign in to comment.