git: abb51c9842 - main - website: remove needless comma symbol
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Oct 2025 20:13:39 UTC
The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/doc/commit/?id=abb51c9842e3fc6f8a262edeeca5bfc2491c7681 commit abb51c9842e3fc6f8a262edeeca5bfc2491c7681 Author: Sergey A. Osokin <osa@FreeBSD.org> AuthorDate: 2025-10-01 20:12:52 +0000 Commit: Sergey A. Osokin <osa@FreeBSD.org> CommitDate: 2025-10-01 20:12:52 +0000 website: remove needless comma symbol Fixes: e32b4e7ef20a964e2fe2c46503ea834a8b1b6f08 --- 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 14cd4f7346..5c6c396758 100755 --- a/website/themes/beastie/layouts/index.html +++ b/website/themes/beastie/layouts/index.html @@ -67,7 +67,7 @@ </li> <li> {{ i18n "legacy" }}: - <a href={{ index $.Site.Data.releases "u-rel135-announce" }}>{{ index $.Site.Data.releases "rel135-current" }}</a>, + <a href={{ index $.Site.Data.releases "u-rel135-announce" }}>{{ index $.Site.Data.releases "rel135-current" }}</a> </li> {{ $betaUpcoming := index $.Site.Data.releases "beta-upcoming" }} {{ if ne $betaUpcoming "IGNORE" }}