From 3101959c2bd97d7682bc26414b36326d258a3867 Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Mon, 27 Aug 2018 11:05:29 +0800 Subject: [PATCH] fa-fw --- layout/_partial/article.ejs | 16 ++++++++-------- layout/_partial/footer.ejs | 2 +- layout/_partial/header.ejs | 14 +++++++------- layout/_partial/post.ejs | 2 +- layout/_partial/post/recommended_posts.ejs | 2 +- layout/_widget/categories.ejs | 2 +- layout/_widget/contacts.ejs | 2 +- layout/_widget/links.ejs | 2 +- layout/_widget/music.ejs | 2 +- layout/_widget/tagcloud.ejs | 2 +- layout/_widget/toc.ejs | 2 +- 11 files changed, 24 insertions(+), 24 deletions(-) diff --git a/layout/_partial/article.ejs b/layout/_partial/article.ejs index fe45eee..dee80a2 100755 --- a/layout/_partial/article.ejs +++ b/layout/_partial/article.ejs @@ -9,7 +9,7 @@ <%- partial('categories',{post:post}) %> @@ -23,7 +23,7 @@ <% if (post.tags && post.tags.length) { %>
<% post.tags.each(function(item){ %> -   <%=item.name %> +   <%=item.name %> <%})%>
<% } %> @@ -32,18 +32,18 @@ @@ -67,7 +67,7 @@ <% if (post.comments) { %> <% if (config.disqus_shortname) { %> -

  Disqus评论

+

 Disqus评论

⚠️ 无法加载评论系统,请确保您的网络能够正常访问 Disqus 。 @@ -76,7 +76,7 @@ <% } %> <% if (config.livere_shortname){ %> -

  LiveRe评论

+

 LiveRe评论

@@ -86,7 +86,7 @@ <% if (config.valine){ %> <% if (config.valine.enable && config.valine.appId && config.valine.appKey){ %> -

  Valine评论

+

 Valine评论

diff --git a/layout/_partial/footer.ejs b/layout/_partial/footer.ejs index b5fe643..8cc6c1d 100755 --- a/layout/_partial/footer.ejs +++ b/layout/_partial/footer.ejs @@ -4,7 +4,7 @@ <% if (value.url && value.slug) { %> <%}%> <%})%> diff --git a/layout/_partial/header.ejs b/layout/_partial/header.ejs index 1961be2..b37ed3d 100755 --- a/layout/_partial/header.ejs +++ b/layout/_partial/header.ejs @@ -11,7 +11,7 @@ <% (config.materialx && config.materialx.nav_menu && (config.materialx.nav_menu||[]) || (theme.materialx.nav_menu||[])).forEach(function(value){ %>
  • - + <%=value.name%>
  • @@ -24,15 +24,15 @@ <% } %>
      <% if (theme.nav_search.enable === true) { %> - + <% } %> -
    • +
    @@ -42,9 +42,9 @@
      -
    • -
    • -
    • +
    • +
    • +
    diff --git a/layout/_partial/post.ejs b/layout/_partial/post.ejs index b804320..f411add 100755 --- a/layout/_partial/post.ejs +++ b/layout/_partial/post.ejs @@ -26,7 +26,7 @@ <% if (post.tags && post.tags.length) { %>
    <% post.tags.each(function(item){ %> -   <%=item.name %> +  <%=item.name %> <%})%>
    <% } %> diff --git a/layout/_partial/post/recommended_posts.ejs b/layout/_partial/post/recommended_posts.ejs index 76e126b..779c3ce 100644 --- a/layout/_partial/post/recommended_posts.ejs +++ b/layout/_partial/post/recommended_posts.ejs @@ -1,7 +1,7 @@ <% var post_list = recommended_posts(page, site) %> <% if(post_list.length > 0) { %>