From fc57478be005d7f6735c21ebd399ebdcfa954e6a Mon Sep 17 00:00:00 2001 From: lizzie Date: Wed, 19 Nov 2025 16:12:27 +0800 Subject: [PATCH 1/3] feat: #WEB-14301 add index.html --- source/index.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 source/index.html diff --git a/source/index.html b/source/index.html new file mode 100644 index 0000000..5989a1d --- /dev/null +++ b/source/index.html @@ -0,0 +1,19 @@ + + + + + + Redirecting... + + + + + + +

If you are not redirected automatically, click + here.

+ + + \ No newline at end of file From cb112f12f55e8599133e9d375103099a458f6e70 Mon Sep 17 00:00:00 2001 From: lizzie Date: Thu, 20 Nov 2025 13:06:44 +0800 Subject: [PATCH 2/3] feat: redirect in layout --- source/index.html | 19 ------------------- source/layouts/layout.erb | 5 +++++ 2 files changed, 5 insertions(+), 19 deletions(-) delete mode 100644 source/index.html diff --git a/source/index.html b/source/index.html deleted file mode 100644 index 5989a1d..0000000 --- a/source/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Redirecting... - - - - - - -

If you are not redirected automatically, click - here.

- - - \ No newline at end of file diff --git a/source/layouts/layout.erb b/source/layouts/layout.erb index 8e286d6..640420a 100644 --- a/source/layouts/layout.erb +++ b/source/layouts/layout.erb @@ -29,6 +29,11 @@ under the License. + + + <% if current_page.data.key?('meta') %> <% current_page.data.meta.each do |meta| %> Date: Thu, 20 Nov 2025 15:11:02 +0800 Subject: [PATCH 3/3] fix: update redirect URL in layout to point to futures update log --- source/layouts/layout.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/layouts/layout.erb b/source/layouts/layout.erb index 640420a..16eb6db 100644 --- a/source/layouts/layout.erb +++ b/source/layouts/layout.erb @@ -29,9 +29,9 @@ under the License. - + <% if current_page.data.key?('meta') %>