From 85e71cc8f2f219bd2a58f083333bec43056eb6f7 Mon Sep 17 00:00:00 2001 From: lizzie Date: Wed, 19 Nov 2025 16:03:12 +0800 Subject: [PATCH 1/3] feat: #WEB-14301 redirect to offical website --- 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 1468eb60049bc1f661fa19bf87f48de3447cfa64 Mon Sep 17 00:00:00 2001 From: lizzie Date: Thu, 20 Nov 2025 13:10:10 +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:09:07 +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..3918d9c 100644 --- a/source/layouts/layout.erb +++ b/source/layouts/layout.erb @@ -29,9 +29,9 @@ under the License. - + <% if current_page.data.key?('meta') %>