git: 1b56e1f6af - main - website/themes: Fix 13.4R Announce on homepage
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Sep 2024 02:00:20 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/doc/commit/?id=1b56e1f6af17444d1350f91ebc59d4e1a56f7958 commit 1b56e1f6af17444d1350f91ebc59d4e1a56f7958 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-09-17 01:58:54 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-09-17 01:58:54 +0000 website/themes: Fix 13.4R Announce on homepage PR: 281549 Reported by: yonas.yanfa@gmail.com Approved by: re (blanket) --- 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 b9cea000ba..70bc0c5580 100755 --- a/website/themes/beastie/layouts/index.html +++ b/website/themes/beastie/layouts/index.html @@ -68,7 +68,7 @@ <li> {{ i18n "legacy" }}: <a href={{ index $.Site.Data.releases "u-rel133-announce" }}>{{ index $.Site.Data.releases "rel133-current" }}</a>, - <a href={{ index $.Site.Data.releases "u-rel133-announce" }}>{{ index $.Site.Data.releases "rel134-current" }}</a>, + <a href={{ index $.Site.Data.releases "u-rel134-announce" }}>{{ index $.Site.Data.releases "rel134-current" }}</a>, <a href={{ index $.Site.Data.releases "u-rel140-announce" }}>{{ index $.Site.Data.releases "rel140-current" }}</a> </li> {{ $betaUpcoming := index $.Site.Data.releases "beta-upcoming" }}