git: 5e1cf460f3 - main - Add 12.3 to the navigation sidebar
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=5e1cf460f3cf105483238216f2561d0999450d40 commit 5e1cf460f3cf105483238216f2561d0999450d40 Author: Glen Barber <[email protected]> AuthorDate: 2021-09-29 18:23:30 +0000 Commit: Glen Barber <[email protected]> CommitDate: 2021-09-29 18:23:30 +0000 Add 12.3 to the navigation sidebar Sponsored by: Rubicon Communications, LLC ("Netgate") --- website/themes/beastie/layouts/partials/sidenav.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/website/themes/beastie/layouts/partials/sidenav.html b/website/themes/beastie/layouts/partials/sidenav.html index 90c121db73..86d2a9598c 100644 --- a/website/themes/beastie/layouts/partials/sidenav.html +++ b/website/themes/beastie/layouts/partials/sidenav.html @@ -64,14 +64,12 @@ <li>{{ i18n "productionRelease" }}: <br /><a href={{ index .data.releases "u-rel114-announce" }}>{{ index .data.releases "rel114-current" }}</a></li> </ul> </li> - <!-- <li> <a href={{ "snapshots" | absLangURL }}>{{ i18n "snapshotReleases" }}</a> <ul> - <li>{{ i18n "upcomingRelease" }}:<br /><a href={{ index .data.releases "u-betarel2-schedule" }}>{{ index .data.releases "betarel2-current" }}</a></li> + <li>{{ i18n "upcomingRelease" }}:<br /><a href={{ index .data.releases "u-betarel-schedule" }}>{{ index .data.releases "betarel-current" }}</a></li> </ul> </li> - --> <li><a href={{ "ports" | absLangURL }}>{{ i18n "portedApplications" }}</a></li> </ul> {{ else if eq .sidenavType "gnome" }} _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"