git: 48eff74004 - main - Remove EOL'd FreeBSD 12.1 from "Production Release" in side navigator
Li-Wen Hsu <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by lwhsu (ports, src committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=48eff7400460c4bd2172876260a3d226c37010cf commit 48eff7400460c4bd2172876260a3d226c37010cf Author: Li-Wen Hsu <[email protected]> AuthorDate: 2021-02-06 04:27:23 +0000 Commit: Li-Wen Hsu <[email protected]> CommitDate: 2021-02-06 04:27:23 +0000 Remove EOL'd FreeBSD 12.1 from "Production Release" in side navigator Approved by: carlavilla (implicitly) --- documentation/themes/beastie/layouts/partials/sidenav.html | 1 - 1 file changed, 1 deletion(-) diff --git a/documentation/themes/beastie/layouts/partials/sidenav.html b/documentation/themes/beastie/layouts/partials/sidenav.html index ce34a895c4..b8be176202 100644 --- a/documentation/themes/beastie/layouts/partials/sidenav.html +++ b/documentation/themes/beastie/layouts/partials/sidenav.html @@ -60,7 +60,6 @@ <a href={{ "releases" | absLangURL }}>{{ i18n "releases" }}</a> <ul> <li>{{ i18n "productionRelease" }}: <br /><a href={{ index .data.releases "u-rel121-announce" }}>{{ index .data.releases "rel122-current" }}</a></li> - <li>{{ i18n "productionRelease" }}: <br /><a href={{ index .data.releases "u-rel121-announce" }}>{{ index .data.releases "rel121-current" }}</a></li> <li>{{ i18n "productionRelease" }}: <br /><a href={{ index .data.releases "u-rel114-announce" }}>{{ index .data.releases "rel114-current" }}</a></li> </ul> </li> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"