git: 46fa2ec361 - main - release: add 12.3 and 13.2 to the sidenav bar
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Aug 2022 21:16:03 UTC
The branch main has been updated by gjb:
URL: https://cgit.FreeBSD.org/doc/commit/?id=46fa2ec3610e085245caf82400ee93e096aab69a
commit 46fa2ec3610e085245caf82400ee93e096aab69a
Author: Glen Barber <gjb@FreeBSD.org>
AuthorDate: 2022-08-19 21:15:44 +0000
Commit: Glen Barber <gjb@FreeBSD.org>
CommitDate: 2022-08-19 21:15:44 +0000
release: add 12.3 and 13.2 to the sidenav bar
Sponsored by: Rubicon Communications, LLC ("Netgate")
---
website/themes/beastie/layouts/partials/sidenav.html | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/website/themes/beastie/layouts/partials/sidenav.html b/website/themes/beastie/layouts/partials/sidenav.html
index 5e562ca950..862da40440 100644
--- a/website/themes/beastie/layouts/partials/sidenav.html
+++ b/website/themes/beastie/layouts/partials/sidenav.html
@@ -69,11 +69,10 @@
</li>
<li>
<a href={{ "snapshots" | absLangURL }}>{{ i18n "snapshotReleases" }}</a>
- <!--
<ul>
<li>{{ i18n "upcomingRelease" }}:<br /><a href={{ index .data.releases "u-betarel-schedule" }}>{{ index .data.releases "betarel-current" }}</a></li>
+ <li>{{ i18n "upcomingRelease" }}:<br /><a href={{ index .data.releases "u-betarel2-schedule" }}>{{ index .data.releases "betarel2-current" }}</a></li>
</ul>
- -->
</li>
<li><a href={{ "ports" | absLangURL }}>{{ i18n "portedApplications" }}</a></li>
</ul>