git: 93fd2e2012 - main - Website - Theme: Remove twitter from the sidenav partial
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Aug 2025 19:18:43 UTC
The branch main has been updated by carlavilla:
URL: https://cgit.FreeBSD.org/doc/commit/?id=93fd2e2012d39278f1c6f24afe1377da1895185e
commit 93fd2e2012d39278f1c6f24afe1377da1895185e
Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2025-08-24 19:18:07 +0000
Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
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>