Skip to content

Commit

Permalink
Backport versions update from #31754 and reverse order of versions to…
Browse files Browse the repository at this point in the history
… match v5
  • Loading branch information
mdo committed Oct 4, 2020
1 parent 647406c commit 010084c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions site/docs/versions.html
Expand Up @@ -5,8 +5,9 @@
---

<div class="row">
{% for release in site.data.docs-versions %}
<div class="col-md">
{% assign releases = site.data.docs-versions | reverse %}
{% for release in releases %}
<div class="col-md-6 col-lg-4 col-xl mb-4">
<h2>{{ release.group }}</h2>
<p>{{ release.description }}</p>
{% assign versions = release.versions | reverse %}
Expand Down

0 comments on commit 010084c

Please sign in to comment.