diff --git a/_config.yml b/_config.yml index 512a5ed..500b39c 100755 --- a/_config.yml +++ b/_config.yml @@ -9,7 +9,7 @@ info: version: 1.0-beta11 docs: https://xaoxuu.com/wiki/material-x/ # 主题的CDN地址。如需启用CDN,请在主目录的config中设置,详见文档。 - cdn: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-material-x@18.12.37/ + cdn: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-material-x@18.12.38/ ############################### 主题样式 ############################### @@ -26,11 +26,11 @@ services: nodewaves: true busuanzi: true # fastclick: true - leancloud_visitors: true + # leancloud_visitors: true recommended_posts: true # 需要安装"hexo-recommended-posts": "^1.0.3", comments: true music: true - + share: true ############################### 杂项 ############################### diff --git a/layout/_partial/article.ejs b/layout/_partial/article.ejs index e632468..9506e08 100755 --- a/layout/_partial/article.ejs +++ b/layout/_partial/article.ejs @@ -7,18 +7,17 @@ <% if(post.layout == 'post'){ %> <% } %> diff --git a/layout/_partial/categories.ejs b/layout/_partial/categories.ejs index c54c01f..f3305d5 100755 --- a/layout/_partial/categories.ejs +++ b/layout/_partial/categories.ejs @@ -5,8 +5,7 @@ cats.push('' + cat.name + ''); }); %> -
- - <%- cats.join(' / ') %> +
+  <%- cats.join(' / ') %>
<% } %> diff --git a/layout/_partial/meta.ejs b/layout/_partial/meta.ejs index e2b06ed..46df8f3 100644 --- a/layout/_partial/meta.ejs +++ b/layout/_partial/meta.ejs @@ -30,9 +30,8 @@ <% } %> <% if(post.date){ %> -