git: f7e381b076 - main - Add missing comma
Colin Percival <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/doc/commit/?id=f7e381b076934413d284f4d8e545f22c22ab59c6 commit f7e381b076934413d284f4d8e545f22c22ab59c6 Author: Colin Percival <[email protected]> AuthorDate: 2024-06-21 18:04:13 +0000 Commit: Colin Percival <[email protected]> CommitDate: 2024-06-21 18:04:56 +0000 Add missing comma I missed this when I added 14.1 to the website. Reported by: vvd --- 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 99dad24747..dc47651541 100755 --- a/website/themes/beastie/layouts/index.html +++ b/website/themes/beastie/layouts/index.html @@ -50,7 +50,7 @@ {{ i18n "production" }}: <a href={{ index $.Site.Data.releases "u-rel132-announce" }}>{{ index $.Site.Data.releases "rel132-current" }}</a>, <a href={{ index $.Site.Data.releases "u-rel133-announce" }}>{{ index $.Site.Data.releases "rel133-current" }}</a>, - <a href={{ index $.Site.Data.releases "u-rel140-announce" }}>{{ index $.Site.Data.releases "rel140-current" }}</a> + <a href={{ index $.Site.Data.releases "u-rel140-announce" }}>{{ index $.Site.Data.releases "rel140-current" }}</a>, <a href={{ index $.Site.Data.releases "u-rel141-announce" }}>{{ index $.Site.Data.releases "rel141-current" }}</a> </li> <!--