git: d752fe54fc - main - Remove multimedia from sidenav
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Nov 2022 17:33:43 UTC
The branch main has been updated by carlavilla:
URL: https://cgit.FreeBSD.org/doc/commit/?id=d752fe54fc8a8e948f74151c59ff02f701b899b2
commit d752fe54fc8a8e948f74151c59ff02f701b899b2
Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2022-11-06 17:33:12 +0000
Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
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>