From 5c5565022e1188d33b60d4c70b5f4dfe72809d31 Mon Sep 17 00:00:00 2001 From: luckyasme <807254037@qq.com> Date: Fri, 7 Mar 2025 11:48:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=9D=E8=AF=95=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.toml | 2 +- layouts/index.html | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/config.toml b/config.toml index 1381753d8..205857d56 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "/" +baseURL = "./" title = "openEuler documentation" disablePathToLower = true diff --git a/layouts/index.html b/layouts/index.html index 7e01126e2..ec1b4c771 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -9,7 +9,7 @@
- +

@@ -55,7 +55,7 @@

    @@ -63,7 +63,7 @@
    - +
    @@ -71,8 +71,8 @@ {{ i18n "current_lang" }}
    @@ -191,8 +191,8 @@
    - 中文 - EN + 中文 + EN
    @@ -212,7 +212,7 @@ @@ -224,7 +224,7 @@

    LEARNING

    {{i18n "document"}}

    - +
    {{ i18n "version_text" }} -- Gitee