From 8ac3bac12b4cca3890920171258066ebb7f64d47 Mon Sep 17 00:00:00 2001 From: Stan Ke <156306548@qq.com> Date: Thu, 6 Jun 2024 15:10:27 +0800 Subject: [PATCH] fix jump logic --- index.html | 4 ++-- themes/hexo-theme-matery/_config.yml | 3 --- .../layout/_partial/index-cover.ejs | 16 +++++++++++++--- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 6126512..69cd597 100644 --- a/index.html +++ b/index.html @@ -362,8 +362,8 @@ $(".bg-cover").css("background-image", "url(" + bannerUrl + ")"); -
- +
+ Start diff --git a/themes/hexo-theme-matery/_config.yml b/themes/hexo-theme-matery/_config.yml index 27c5a6f..f43d89a 100644 --- a/themes/hexo-theme-matery/_config.yml +++ b/themes/hexo-theme-matery/_config.yml @@ -19,9 +19,6 @@ menu: Contact: url: /contact icon: fas fa-comments - Friends: - url: /friends - icon: fas fa-address-book # 二级菜单写法如下 #Medias: # icon: fas fa-list diff --git a/themes/hexo-theme-matery/layout/_partial/index-cover.ejs b/themes/hexo-theme-matery/layout/_partial/index-cover.ejs index e3b282f..1d51f46 100644 --- a/themes/hexo-theme-matery/layout/_partial/index-cover.ejs +++ b/themes/hexo-theme-matery/layout/_partial/index-cover.ejs @@ -64,7 +64,7 @@ var coverPostsCount = coverPosts.length;