diff --git a/src/blog/themes/blog/_config.yml b/src/blog/themes/blog/_config.yml index d1b9e1e..7a677b1 100644 --- a/src/blog/themes/blog/_config.yml +++ b/src/blog/themes/blog/_config.yml @@ -11,11 +11,10 @@ fancybox: true # Sidebar sidebar: right widgets: -- category -- tag -- tagcloud -- archive - recent_posts +- category +- archive +- tag # display widgets at the bottom of index pages (pagination == 2) index_widgets: diff --git a/src/blog/themes/blog/layout/_partial/head.ejs b/src/blog/themes/blog/layout/_partial/head.ejs index a4cdfcc..e9a146f 100644 --- a/src/blog/themes/blog/layout/_partial/head.ejs +++ b/src/blog/themes/blog/layout/_partial/head.ejs @@ -31,6 +31,8 @@ <% if (config.highlight.enable){ %> <% } %> + + diff --git a/src/blog/themes/blog/layout/_widget/archive.ejs b/src/blog/themes/blog/layout/_widget/archive.ejs index 33a4daf..c3dbf13 100644 --- a/src/blog/themes/blog/layout/_widget/archive.ejs +++ b/src/blog/themes/blog/layout/_widget/archive.ejs @@ -1,6 +1,6 @@ <% if (site.posts.length){ %> -