git: 099a3a0e9d - main - Search page fix mailing list section
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Feb 2022 20:10:29 UTC
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=099a3a0e9d2bed9ee3d61ee09fa69f31dee94abb commit 099a3a0e9d2bed9ee3d61ee09fa69f31dee94abb Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> AuthorDate: 2022-02-01 20:08:05 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2022-02-01 20:08:05 +0000 Search page fix mailing list section In the search page mailing list section search only under list.freebsd.org domain PR: 261197 Submitted by: Graham Perrin <grahamperrin (AT) gmail.com> --- website/themes/beastie/layouts/shortcodes/form-search-mail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/themes/beastie/layouts/shortcodes/form-search-mail.html b/website/themes/beastie/layouts/shortcodes/form-search-mail.html index f8e0267478..115d24701d 100644 --- a/website/themes/beastie/layouts/shortcodes/form-search-mail.html +++ b/website/themes/beastie/layouts/shortcodes/form-search-mail.html @@ -1,6 +1,6 @@ <form action="https://duckduckgo.com/" method="get"> <h2 class="blockhide"><label for="mlwords">Search</label></h2> - <input type="hidden" name="sites" value="FreeBSD.org" /> + <input type="hidden" name="sites" value="lists.freebsd.org" /> <input type="hidden" name="ka" value="v" /> <input type="hidden" name="kt" value="v" /> <input type="hidden" name="kh" value="1" />