git: 192a7a5bac - main - Home: 12.3 before 12.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 Jan 2023 10:23:31 UTC
The branch main has been updated by grahamperrin: URL: https://cgit.FreeBSD.org/doc/commit/?id=192a7a5bac1013bf504c0966fe953f1b4ee6d5b8 commit 192a7a5bac1013bf504c0966fe953f1b4ee6d5b8 Author: Graham Perrin <grahamperrin@FreeBSD.org> AuthorDate: 2023-01-08 10:12:31 +0000 Commit: Graham Perrin <grahamperrin@FreeBSD.org> CommitDate: 2023-01-08 10:12:31 +0000 Home: 12.3 before 12.4 For production at https://www.freebsd.org/ change the order from 12.4, 12.3, 13.1 to 12.3, 12.4, 13.1 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268287#c1 PR: 268287 --- website/themes/beastie/layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/themes/beastie/layouts/index.html b/website/themes/beastie/layouts/index.html index 83967c8897..ea8fe946b9 100755 --- a/website/themes/beastie/layouts/index.html +++ b/website/themes/beastie/layouts/index.html @@ -48,8 +48,8 @@ <ul id="frontreleaseslist"> <li> {{ i18n "production" }}: - <a href={{ index $.Site.Data.releases "u-rel124-announce" }}>{{ index $.Site.Data.releases "rel124-current" }}</a>, <a href={{ index $.Site.Data.releases "u-rel123-announce" }}>{{ index $.Site.Data.releases "rel123-current" }}</a>, + <a href={{ index $.Site.Data.releases "u-rel124-announce" }}>{{ index $.Site.Data.releases "rel124-current" }}</a>, <a href={{ index $.Site.Data.releases "u-rel131-announce" }}>{{ index $.Site.Data.releases "rel131-current" }}</a> </li> {{ $betaUpcoming := index $.Site.Data.releases "beta-upcoming" }}