git: 93fd2e2012 - main - Website - Theme: Remove twitter from the sidenav partial
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=93fd2e2012d39278f1c6f24afe1377da1895185e commit 93fd2e2012d39278f1c6f24afe1377da1895185e Author: Sergio Carlavilla Delgado <[email protected]> AuthorDate: 2025-08-24 19:18:07 +0000 Commit: Sergio Carlavilla Delgado <[email protected]> CommitDate: 2025-08-24 19:18:07 +0000 Website - Theme: Remove twitter from the sidenav partial PR: 272690 Approved by: core@ --- website/themes/beastie/layouts/_partials/sidenav.html | 1 - 1 file changed, 1 deletion(-) diff --git a/website/themes/beastie/layouts/_partials/sidenav.html b/website/themes/beastie/layouts/_partials/sidenav.html index 7ccc4df3b4..8e1e211662 100644 --- a/website/themes/beastie/layouts/_partials/sidenav.html +++ b/website/themes/beastie/layouts/_partials/sidenav.html @@ -22,7 +22,6 @@ <li><a href="{{ "community/irc/" | absLangURL }}">IRC</a></li> <li><a href="{{ "community/mailinglists/" | absLangURL }}">{{ i18n "mailinglists" }}</a></li> <li><a href="https://www.reddit.com/r/freebsd/" target="_blank">Reddit</a></li> - <li><a href="https://twitter.com/freebsd" target="_blank">Twitter</a></li> <li><a href="{{ "usergroups" | absLangURL }}">{{ i18n "usergroups" }}</a></li> <li><a href="https://www.youtube.com/FreeBSDProject" target="_blank">YouTube</a></li> </ul>