diff --git a/_config.yml b/_config.yml index 43648df..62e60e0 100755 --- a/_config.yml +++ b/_config.yml @@ -15,8 +15,6 @@ info: ############################### 主题风格 ############################### -# style: material # material: 导航栏和标题栏背景是主题色 -style: pure # pure: 导航栏和标题栏背景是白色 # 毛玻璃效果 具体效果调整在: source/less/_color.less blur: @@ -44,10 +42,10 @@ backstretch: duration: 6000 # 持续时间(毫秒) fade: 2500 # 渐变(毫秒) images: - - https://i.loli.net/2020/02/08/HNuVoted2mUxILl.jpg - - https://i.loli.net/2020/02/08/dNJyR4LHtarTqPu.jpg - - https://i.loli.net/2020/02/08/yXx4GwgZYdi81Qs.jpg - - https://i.loli.net/2020/02/08/RP7JpGvWaCYfuB6.jpg + # - https://i.loli.net/2020/02/08/HNuVoted2mUxILl.jpg + # - https://i.loli.net/2020/02/08/dNJyR4LHtarTqPu.jpg + # - https://i.loli.net/2020/02/08/yXx4GwgZYdi81Qs.jpg + # - https://i.loli.net/2020/02/08/RP7JpGvWaCYfuB6.jpg # page的封面 diff --git a/layout/_partial/article.ejs b/layout/_partial/article.ejs index 65635b6..a0926e5 100755 --- a/layout/_partial/article.ejs +++ b/layout/_partial/article.ejs @@ -20,7 +20,7 @@ <% }) %> <% } %> - <% if(post.layout == 'post'){ %> + <% if(post.layout == 'post' || post.layout == 'page'){ %>
<%- partial('meta', {post: post, position: 'footer'}) %> <% } %> diff --git a/layout/_partial/header.ejs b/layout/_partial/header.ejs index 8d8f7ad..37d527c 100755 --- a/layout/_partial/header.ejs +++ b/layout/_partial/header.ejs @@ -1,6 +1,6 @@ -
+
-
+
diff --git a/layout/_widget/blogger.ejs b/layout/_widget/blogger.ejs index 1bd7e9b..dee2f4c 100755 --- a/layout/_widget/blogger.ejs +++ b/layout/_widget/blogger.ejs @@ -1,5 +1,5 @@
<%- item.class %>'> -
+
<% if(item.avatar) { %>
diff --git a/layout/_widget/category.ejs b/layout/_widget/category.ejs index 698451f..bb4f2ce 100755 --- a/layout/_widget/category.ejs +++ b/layout/_widget/category.ejs @@ -1,7 +1,7 @@ <% if (site.categories.length){ %>
<%- item.class %>'> <%- partial('header', {item: item}) %> -
+