diff --git a/layout/_partial/article.ejs b/layout/_partial/article.ejs index 7098515..9f21bba 100755 --- a/layout/_partial/article.ejs +++ b/layout/_partial/article.ejs @@ -8,7 +8,7 @@ <% } %> <%- partial('categories',{post:post}) %> @@ -29,7 +29,7 @@ <% } %>
diff --git a/layout/_partial/footer.ejs b/layout/_partial/footer.ejs index 98910ba..f41b070 100755 --- a/layout/_partial/footer.ejs +++ b/layout/_partial/footer.ejs @@ -3,7 +3,7 @@
<% (config.social||[]).forEach(function(value){ %> <% if (value.url && value.icon) { %> - + <%}%> <%})%>
diff --git a/layout/_partial/header.ejs b/layout/_partial/header.ejs index f0a4b4c..1fce798 100755 --- a/layout/_partial/header.ejs +++ b/layout/_partial/header.ejs @@ -12,7 +12,7 @@ <% (config.nav_menu || []).forEach(function(value){ %>
  • -  <%=value.name%> +  <%=value.name%>
  • <%})%> @@ -33,7 +33,7 @@ <% if (config.search.enable === true) { %> <% } %> -
  • +
  • @@ -54,7 +54,7 @@ <% (config.nav_menu || []).forEach(function(value){ %>
  • -  <%=value.name%> +  <%=value.name%>
  • <%})%> <% } %> diff --git a/layout/_partial/post.ejs b/layout/_partial/post.ejs index 17c017b..1648c81 100755 --- a/layout/_partial/post.ejs +++ b/layout/_partial/post.ejs @@ -10,7 +10,7 @@ <%- partial('categories',{post:post}) %> diff --git a/layout/_widget/author.ejs b/layout/_widget/author.ejs index 5cd2cb8..0432d5a 100755 --- a/layout/_widget/author.ejs +++ b/layout/_widget/author.ejs @@ -22,7 +22,7 @@
    <% (config.social||[]).forEach(function(value){ %> <% if (value.url && value.icon) { %> - + <%}%> <%})%>
    diff --git a/layout/_widget/categories.ejs b/layout/_widget/categories.ejs index 34bd3df..aa8355d 100755 --- a/layout/_widget/categories.ejs +++ b/layout/_widget/categories.ejs @@ -1,5 +1,5 @@
    -
      分类
    +
      分类
    <% if (site.categories.length){ %>