Skip to content

Commit

Permalink
Temporarily hide leap testing Issue #106
Browse files Browse the repository at this point in the history
  • Loading branch information
lkocman committed Jun 8, 2022
1 parent 820e76c commit 3117acc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ <h4>Tumbleweed</h4>
<h4>Leap {{ site.releases.leap[site.releases.leap.current].version }}</h4>
</a>
{% endif %}
{% if site.releases.leap.testing != nil and site.releases.leap.current == nil or site.releases.leap[site.releases.leap.testing].version > site.releases.leap[site.releases.leap.current].version %}
<a href="{{ '/testing/' | prefix_locale }}" class="col bg-leap-tint text-white text-center">
<div class="w-50 m-auto">{% include logos/leap.svg %}</div>
{% assign leap_id = site.releases.leap.testing %}
<h4>Leap {{ site.releases.leap[leap_id].version }} <sup>{{ site.releases.leap[leap_id].state }}</sup></h4>
</a>
{% endif %}
{% if site.releases.leap_micro.current != nil %}
<a href="{{ '/leapmicro/' | prefix_locale }}" class="col bg-leapmicro-tint text-white text-center">
<div class="w-50 m-auto">{% include logos/leapmicro.svg %}</div>
Expand Down

0 comments on commit 3117acc

Please sign in to comment.