From a45b0852b3387122ea161ce050a14ac90ba019db Mon Sep 17 00:00:00 2001 From: Ben Phelps Date: Tue, 27 Sep 2022 21:21:46 +0300 Subject: [PATCH] Updated Information Widgets (markdown) --- Information-Widgets.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Information-Widgets.md b/Information-Widgets.md index 5013ae8..153bcba 100644 --- a/Information-Widgets.md +++ b/Information-Widgets.md @@ -100,11 +100,11 @@ You can optionally not pass a `latitude` and `longitude` and the widget will use ## Search -You can add a search bar to your top widget area that can search using Google, Duckduckgo, Bing or any other custom provider that supports the basic `?q=` search query param. +You can add a search bar to your top widget area that can search using Google, Duckduckgo, Bing, Baidu or any other custom provider that supports the basic `?q=` search query param. ```yaml - search: - provider: google # google, duckduckgo, bing or custom + provider: google # google, duckduckgo, bing, baidu or custom focus: true # Optional, will set focus to the search bar on page load target: _blank # One of _self, _blank, _parent or _top ```