Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
test
  • Loading branch information
maximoospital committed Jun 29, 2024
1 parent 3581990 commit 54bd835
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions _includes/landings_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,9 @@
<ul class="rows">
{% for landing in site.pages %}
{% if landing.category == 'landings' %}
{% if landing.github & !landing.app_url %}
<li class="row__cols">
<a href="{{ landing.github | prepend: site.baseurl }}">{{ landing.title }}</a>
</li>
{% elif landing.app_url & !landing.github %}
<li class="row__cols">
<a href="{{ landing.app_url | prepend: site.baseurl }}">{{ landing.title }}</a>
</li>
{% elif !landing.github & !landing.app_url %}
<li class="row__cols">
<a href="{{ landing.url | prepend: site.baseurl }}">{{ landing.title }}</a>
</li>
{% endif %}
<li class="row__cols">
<a href="{{ landing.github | prepend: site.baseurl }}">{{ landing.title }}</a>
</li>
{% endif %}
{% endfor %}
</ul>

0 comments on commit 54bd835

Please sign in to comment.