Skip to content

Commit f259ff0

Browse files
committed
update
1 parent 141c232 commit f259ff0

2 files changed

Lines changed: 11 additions & 9 deletions

File tree

_downloads/linux/loongarch64_en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Java for different ABIs is temporarily incompatible.
1212

1313
Please enter the `uname -r` command in the terminal to check your Linux kernel version:
1414

15-
- If your kernel version is 5.10 or higher, please download the [New World](#新世界) Java;
16-
- If your kernel version is 4.19, please download the [Old World](#旧世界) Java.
15+
- If your kernel version is 5.10 or higher, please download the [New World](#new-world) Java;
16+
- If your kernel version is 4.19, please download the [Old World](#old-world) Java.
1717

1818
## New World
1919

_layouts/select_language.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@
77
{%- endif -%}
88
<!DOCTYPE html>
99
<html>
10-
<meta charset="utf-8">
11-
<title>Redirecting&hellip;</title>
12-
<link rel="canonical" {% static_href %}href="{{site.baseurl}}/en{{page_relative_path}}"{% endstatic_href %}>
13-
{% for lang in site.languages %}{%- if lang != site.default_lang -%}
14-
<link rel="alternate" hreflang="{{ lang }}" {% static_href %}href="{{site.baseurl}}/{{ lang }}{{page_relative_path}}"{% endstatic_href %}>
15-
{% endif %}{%- endfor -%}
10+
<head>
11+
<meta charset="utf-8">
12+
<meta name="robots" content="noindex">
13+
<title>Redirecting&hellip;</title>
14+
<link rel="canonical" {% static_href %}href="{{site.baseurl}}/en{{page_relative_path}}"{% endstatic_href %}>
15+
{% for lang in site.languages %}{%- if lang != site.default_lang -%}
16+
<link rel="alternate" hreflang="{{ lang }}" {% static_href %}href="{{site.baseurl}}/{{ lang }}{{page_relative_path}}"{% endstatic_href %}>
17+
{% endif %}{%- endfor -%}
18+
</head>
1619
<script>
1720
var lang = navigator.language || navigator.userLanguage;
1821
var target = "{{site.baseurl}}/en{{page_relative_path}}";
@@ -24,7 +27,6 @@
2427

2528
location = target;
2629
</script>
27-
<meta name="robots" content="noindex">
2830
<h1>Redirecting&hellip;</h1>
2931
<a {% static_href %}href="{{site.baseurl}}/en{{page_relative_path}}"{% endstatic_href %}>Click here if you are not redirected.</a>
3032
</html>

0 commit comments

Comments
 (0)