git: 1eac29a571 - main - index.html: remove 11.4 link
Glen Barber <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by gjb: URL: https://cgit.FreeBSD.org/doc/commit/?id=1eac29a5717ce79037af7f98a0a690f99c19e60e commit 1eac29a5717ce79037af7f98a0a690f99c19e60e Author: Glen Barber <[email protected]> AuthorDate: 2021-10-01 17:23:05 +0000 Commit: Glen Barber <[email protected]> CommitDate: 2021-10-01 17:23:05 +0000 index.html: remove 11.4 link Sponsored by: Rubicon Communications, LLC ("Netgate") --- website/themes/beastie/layouts/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/themes/beastie/layouts/index.html b/website/themes/beastie/layouts/index.html index 9b5d0ecefd..1d23a4b11e 100755 --- a/website/themes/beastie/layouts/index.html +++ b/website/themes/beastie/layouts/index.html @@ -49,8 +49,7 @@ <li> {{ i18n "production" }}: <a href={{ index $.Site.Data.releases "u-rel130-announce" }}>{{ index $.Site.Data.releases "rel130-current" }}</a>, - <a href={{ index $.Site.Data.releases "u-rel122-announce" }}>{{ index $.Site.Data.releases "rel122-current" }}</a>, - <a href={{ index $.Site.Data.releases "u-rel114-announce" }}>{{ index $.Site.Data.releases "rel114-current" }}</a> + <a href={{ index $.Site.Data.releases "u-rel122-announce" }}>{{ index $.Site.Data.releases "rel122-current" }}</a> </li> {{ $betaUpcoming := index $.Site.Data.releases "beta-upcoming" }} {{ if ne $betaUpcoming "IGNORE" }} _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"