git: d752fe54fc - main - Remove multimedia from sidenav
Sergio Carlavilla Delgado <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=d752fe54fc8a8e948f74151c59ff02f701b899b2 commit d752fe54fc8a8e948f74151c59ff02f701b899b2 Author: Sergio Carlavilla Delgado <[email protected]> AuthorDate: 2022-11-06 17:33:12 +0000 Commit: Sergio Carlavilla Delgado <[email protected]> CommitDate: 2022-11-06 17:33:12 +0000 Remove multimedia from sidenav Reported by: grahamperrin@ --- website/themes/beastie/layouts/partials/sidenav.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/themes/beastie/layouts/partials/sidenav.html b/website/themes/beastie/layouts/partials/sidenav.html index 3d313148e6..4981c10c83 100644 --- a/website/themes/beastie/layouts/partials/sidenav.html +++ b/website/themes/beastie/layouts/partials/sidenav.html @@ -10,7 +10,6 @@ <li><a href={{ "news/" | absLangURL }}>{{ i18n "news" }}</a></li> <li><a href={{ "events" | absLangURL }}>{{ i18n "events" }}</a></li> <li><a href={{ "press" | absLangURL }}>{{ i18n "pressSidenav" }}</a></li> - <li><a href={{ "multimedia" | absLangURL }}>{{ i18n "multimedia" }}</a></li> <li><a href={{ "art" | absLangURL }}>{{ i18n "art" }}</a></li> <li><a href={{ "logo" | absLangURL }}>{{ i18n "logo" }}</a></li> <li><a href={{ "donations" | absLangURL }}>{{ i18n "donations" }}</a></li> @@ -139,7 +138,6 @@ <li><a href={{ "news/newsflash/" | absLangURL }}>{{ i18n "news" }}</a></li> <li><a href={{ "events" | absLangURL }}>{{ i18n "events" }}</a></li> <li><a href={{ "press" | absLangURL }}>{{ i18n "pressSidenav" }}</a></li> - <li><a href={{ "multimedia" | absLangURL }}>{{ i18n "multimedia" }}</a></li> <li><a href={{ "art" | absLangURL }}>{{ i18n "art" }}</a></li> <li><a href={{ "logo" | absLangURL }}>{{ i18n "logo" }}</a></li> <li><a href={{ "donations" | absLangURL }}>{{ i18n "donations" }}</a></li>