From e86c2377aed1ef09dfd68e0720e70c0bcf7182b9 Mon Sep 17 00:00:00 2001 From: ZZZZZpy <2023311810@stu.hit.edu.cn> Date: Wed, 11 Dec 2024 01:53:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=AF=B9=E7=AE=80=E4=BD=93?= =?UTF-8?q?=E4=B8=AD=E6=96=87=E8=AF=AD=E8=A8=80=E7=9A=84=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=EF=BC=8C=E7=AD=89=E5=BE=85=E5=90=8E=E7=BB=ADi18n=E7=9A=84?= =?UTF-8?q?=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hugo.toml | 7 ------- static/{img => }/favicon.png | Bin 2 files changed, 7 deletions(-) rename static/{img => }/favicon.png (100%) diff --git a/hugo.toml b/hugo.toml index c17fe0d..2cc5c98 100644 --- a/hugo.toml +++ b/hugo.toml @@ -51,10 +51,3 @@ defaultContentLanguage = "zh-cn" ["\\(", "\\)"], ["$", "$"] ] - -[languages] - [languages.zh-cn] - languageCode = "zh-CN" - languageName = "简体中文" - [languages.zh-cn.params] - reading_speed = 100 \ No newline at end of file diff --git a/static/img/favicon.png b/static/favicon.png similarity index 100% rename from static/img/favicon.png rename to static/favicon.png