From 1df12d4912a7d82d6b4b10451828f55b698046c0 Mon Sep 17 00:00:00 2001 From: "1152958806@qq.com" <1152958806@qq.com> Date: Wed, 23 Aug 2023 22:43:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/about.html | 3 +++ templates/assets/zhheo/zhheoblog.css | 2 +- templates/index.html | 4 ++-- templates/modules/common/diytitle.html | 2 +- templates/modules/head.html | 4 +--- templates/modules/layouts/layout.html | 4 ++-- templates/modules/right-menu.html | 5 +++++ 7 files changed, 15 insertions(+), 9 deletions(-) diff --git a/templates/about.html b/templates/about.html index dc0fedfb..670c2c69 100644 --- a/templates/about.html +++ b/templates/about.html @@ -41,6 +41,9 @@ + + +
diff --git a/templates/assets/zhheo/zhheoblog.css b/templates/assets/zhheo/zhheoblog.css index 4c709d32..c1d290fd 100644 --- a/templates/assets/zhheo/zhheoblog.css +++ b/templates/assets/zhheo/zhheoblog.css @@ -6998,7 +6998,7 @@ img.footer_mini_logo:hover { } #rightMenu .rightMenu-line { - border-top: 1px dashed var(--heo-theme-op); + border-top: 2px dashed var(--heo-theme-op); } #rightMenu .rightMenu-group.rightMenu-small { diff --git a/templates/index.html b/templates/index.html index f717c7ac..6d0af0be 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,13 +1,13 @@ + th:replace="~{modules/layouts/layout :: layout(content = ~{::content}, htmlType = 'index', title = null)}">