mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-08 23:10:59 +00:00
Sort the versions from the latest to the oldest.
This commit is contained in:
parent
c52b7d5475
commit
9e372b121a
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ description: An appendix of hosted documentation for nearly every release of Boo
|
|||
|
||||
{{< list-versions.inline >}}
|
||||
<div class="row">
|
||||
{{- range $release := (index $.Site.Data "docs-versions") }}
|
||||
{{- range $release := sort (index $.Site.Data "docs-versions") "group" "desc" }}
|
||||
<div class="col-md mb-4">
|
||||
<h2>{{ $release.group }}</h2>
|
||||
<p>{{ $release.description }}</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue