diff --git a/layout/common/article.ejs b/layout/common/article.ejs index 0dacfae..fe97d17 100644 --- a/layout/common/article.ejs +++ b/layout/common/article.ejs @@ -76,7 +76,7 @@ <% if (post.prev){ %>
@@ -85,7 +85,7 @@ <% } %> diff --git a/layout/common/head.ejs b/layout/common/head.ejs index 4a50b78..3466537 100644 --- a/layout/common/head.ejs +++ b/layout/common/head.ejs @@ -23,7 +23,6 @@ <%- css(cdn('bulma', '0.7.2', 'css/bulma.css')) %> <%- css(iconcdn()) %> -<%- css(fontcdn('Material+Icons', 'icon')) %> <%- css(fontcdn('Ubuntu:400,600|Source+Code+Pro')) %> <%- css(cdn('highlight.js', '9.12.0', 'styles/' + get_config('article.highlight') + '.css')) %> <%- css('css/style') %> diff --git a/layout/common/navbar.ejs b/layout/common/navbar.ejs index 27b6b0e..8f78543 100644 --- a/layout/common/navbar.ejs +++ b/layout/common/navbar.ejs @@ -34,7 +34,7 @@ <% } %> <% if (has_config('search.type')) { %> - search + <% } %> diff --git a/layout/plugin/back-to-top.ejs b/layout/plugin/back-to-top.ejs index 55a065a..78badb4 100644 --- a/layout/plugin/back-to-top.ejs +++ b/layout/plugin/back-to-top.ejs @@ -1,7 +1,7 @@ <% if (plugin !== false) { %> <% if (!head) { %> - keyboard_arrow_up +