From 50e048ed99c2db7b331d133bf2969b05a23d9380 Mon Sep 17 00:00:00 2001 From: "Ivan.Nginx" Date: Sun, 19 Feb 2017 08:17:30 +0300 Subject: [PATCH] ADD: b2t in sidebar style option. --- source/css/_common/components/components.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/css/_common/components/components.styl b/source/css/_common/components/components.styl index 6db17071c..fe4a160d9 100644 --- a/source/css/_common/components/components.styl +++ b/source/css/_common/components/components.styl @@ -5,7 +5,7 @@ @import "pagination"; @import "comments"; @import "tag-cloud"; -@import "back-to-top"; +@import hexo-config('sidebar.b2t') ? "back-to-top-sidebar" : "back-to-top"; @import "header"; @import "post";