From 270d497b77f899eea9438ce29cfd296297b9b8e6 Mon Sep 17 00:00:00 2001 From: mozzie Date: Fri, 20 Oct 2023 09:52:18 +0800 Subject: [PATCH] feat: 1.0.1 --- themes/hexo-theme-linear/layout/about.ejs | 5 ----- themes/hexo-theme-linear/layout/post.ejs | 3 ++- 2 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 themes/hexo-theme-linear/layout/about.ejs diff --git a/themes/hexo-theme-linear/layout/about.ejs b/themes/hexo-theme-linear/layout/about.ejs deleted file mode 100644 index 3a737fef..00000000 --- a/themes/hexo-theme-linear/layout/about.ejs +++ /dev/null @@ -1,5 +0,0 @@ -<%- css("/css/dd6e1d47.css")%> - -
关于
- -<%- js("/js/91645890.js")%> \ No newline at end of file diff --git a/themes/hexo-theme-linear/layout/post.ejs b/themes/hexo-theme-linear/layout/post.ejs index 7e7c53aa..5e3a07f1 100644 --- a/themes/hexo-theme-linear/layout/post.ejs +++ b/themes/hexo-theme-linear/layout/post.ejs @@ -61,7 +61,8 @@ appId: '<%= theme.valine.appId %>', appKey: '<%= theme.valine.appKey %>', avatar: '<%= theme.valine.avatar %>', - cdn: '<%= theme.valine.cdn %>' + cdn: '<%= theme.valine.cdn %>', + serverURLs: '<%= theme.valine.serverURLs %>' };