diff --git a/layout/archive.ejs b/layout/archive.ejs index 64e4a15..5cedcb3 100644 --- a/layout/archive.ejs +++ b/layout/archive.ejs @@ -5,7 +5,7 @@ if (last != year) { last = year; %>
- +

<%= year %>

<% } %> diff --git a/layout/common/head.ejs b/layout/common/head.ejs index 786f8fc..583482e 100644 --- a/layout/common/head.ejs +++ b/layout/common/head.ejs @@ -37,7 +37,9 @@ <% } %> - <%- css('libs/font-awesome/css/font-awesome.min') %> + <%- css('libs/font-awesome5/css/fontawesome.min') %> + <%- css('libs/font-awesome5/css/fa-brands.min') %> + <%- css('libs/font-awesome5/css/fa-solid.min') %> <%- css('libs/open-sans/styles') %> <%- css('libs/source-code-pro/styles') %> diff --git a/layout/common/header.ejs b/layout/common/header.ejs index c5869f9..88bae13 100644 --- a/layout/common/header.ejs +++ b/layout/common/header.ejs @@ -16,7 +16,7 @@
- +
diff --git a/layout/common/post/category.ejs b/layout/common/post/category.ejs index bb83964..e817e85 100644 --- a/layout/common/post/category.ejs +++ b/layout/common/post/category.ejs @@ -1,11 +1,11 @@ <% if (post.categories && post.categories.length) { %>
- + <%- list_categories(post.categories, { show_count: false, class: 'article-category', style: 'none', - separator: '' + separator: '' }) %>
<% } %> \ No newline at end of file diff --git a/layout/common/post/date.ejs b/layout/common/post/date.ejs index cef9c82..987eb74 100644 --- a/layout/common/post/date.ejs +++ b/layout/common/post/date.ejs @@ -1,6 +1,6 @@ <% if (post.date) { %>
- + diff --git a/layout/common/post/tag.ejs b/layout/common/post/tag.ejs index 647b51b..6d47223 100644 --- a/layout/common/post/tag.ejs +++ b/layout/common/post/tag.ejs @@ -1,6 +1,6 @@ <% if (post.tags && post.tags.length) { %>
- + <%- list_tags(post.tags, { show_count: false, style: 'link' }) %>
<% } %> \ No newline at end of file diff --git a/layout/common/profile.ejs b/layout/common/profile.ejs index bb0ec75..1505606 100644 --- a/layout/common/profile.ejs +++ b/layout/common/profile.ejs @@ -6,7 +6,7 @@

<%= profile.author %>

<%= profile.author_title %>

- <%= profile.location %> + <%= profile.location %> <%= __('profile.follow') %>
@@ -27,7 +27,7 @@ <% for(var i in theme.customize.social_links) { %> > - + <% } %> diff --git a/layout/common/sidebar.ejs b/layout/common/sidebar.ejs index 462873f..3915595 100644 --- a/layout/common/sidebar.ejs +++ b/layout/common/sidebar.ejs @@ -3,6 +3,6 @@ <% theme.widgets.forEach(function(widget) { %> <%- partial('widget/' + widget) %> <% }) %> -
+
<% } %> \ No newline at end of file diff --git a/layout/common/timeline.ejs b/layout/common/timeline.ejs index bafcabe..ec96281 100644 --- a/layout/common/timeline.ejs +++ b/layout/common/timeline.ejs @@ -12,7 +12,7 @@ %>
- +

<%= title %>

<% page.posts.each(function (post, i) { %> diff --git a/layout/search/insight.ejs b/layout/search/insight.ejs index a35ef8b..2723d63 100644 --- a/layout/search/insight.ejs +++ b/layout/search/insight.ejs @@ -3,7 +3,7 @@
- +
diff --git a/layout/share/default.ejs b/layout/share/default.ejs index 27b30b9..7406418 100644 --- a/layout/share/default.ejs +++ b/layout/share/default.ejs @@ -1,4 +1,4 @@ -<%=__('article.share')%> +<%=__('article.share')%>