From 844ebb38bc2af5f86b8199e82acd62b856259854 Mon Sep 17 00:00:00 2001 From: Jenny Date: Mon, 6 Mar 2023 16:17:51 +0800 Subject: [PATCH 1/3] Update default-layout.html --- _layouts/default-layout.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/_layouts/default-layout.html b/_layouts/default-layout.html index 558248f..d981d72 100644 --- a/_layouts/default-layout.html +++ b/_layouts/default-layout.html @@ -7,25 +7,25 @@ {%- assign noTitleIndex = "noTitleIndex" -%} {%- endif -%} -
+
{%- include page_header.html -%} -
+ {%- include dlrNav.html -%}
Table of contents
-
+
- -
+ +
{%- include main-page-head.html -%}
@@ -59,9 +59,9 @@
-
+ - +
@@ -69,9 +69,9 @@
-
+
{%- include page_footer.html -%} -
+ {%- include livehelp.html -%} From e9eaee868fb90c7291b43eac161cb4aad2ffcb58 Mon Sep 17 00:00:00 2001 From: Jenny Date: Fri, 14 Jul 2023 14:12:51 +0800 Subject: [PATCH 3/3] Update search-page.html --- _layouts/search-page.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_layouts/search-page.html b/_layouts/search-page.html index ea48e0e..a415808 100644 --- a/_layouts/search-page.html +++ b/_layouts/search-page.html @@ -316,12 +316,12 @@

Search

var arr = link.split("?") if(arr[1].indexOf("#") > 0) { var subArr = arr[1].split("#") - link = link +"?product=dbr&repoType="+ repoType +"&" + arr[1] + link = link +"?product=dlr&repoType="+ repoType +"&" + arr[1] } else { - link = link + "&product=dbr&repoType=" + repoType + link = link + "&product=dlr&repoType=" + repoType } } else { - link = link + "?product=dbr&repoType=" + repoType + link = link + "?product=dlr&repoType=" + repoType } } window.location.href = link