From 6f8b92cc544f9661395711d628594cfc9de6b30e Mon Sep 17 00:00:00 2001 From: Neeraj Deshmukh Date: Tue, 3 Mar 2026 21:22:54 +0530 Subject: [PATCH] fix: upgrade DocSearch to v4 and add version boosting Signed-off-by: Neeraj Deshmukh --- _includes/head.html | 7 +++++++ _layouts/default.html | 16 +++++++++++++--- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index 80fa3abf5..5b2121051 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -7,6 +7,13 @@ + {% if page.url contains '/lb4/' %} + + {% elsif page.url contains '/lb3/' %} + + {% elsif page.url contains '/lb2/' %} + + {% endif %} {{ page.title }} | {{ site.site_title }} diff --git a/_layouts/default.html b/_layouts/default.html index 8b75b9e7f..f48b6699b 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -21,10 +21,11 @@ }); {% endif %} - + + - + {% include topnav.html %} @@ -45,13 +46,22 @@