From 763b6129639f3a6dc8cd3a1c55770dcb987aa283 Mon Sep 17 00:00:00 2001 From: ppoffice Date: Thu, 23 Jun 2016 18:58:39 +0800 Subject: [PATCH] fix: page width issue when profile set to disabled --- source/css/_variables.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/css/_variables.styl b/source/css/_variables.styl index dfd3b71..76a56ed 100644 --- a/source/css/_variables.styl +++ b/source/css/_variables.styl @@ -33,7 +33,7 @@ sidebar = hexo-config("customize.sidebar") thumbnail-default-small = 'images/thumb-default-small.png' // Profile bar -profile = hexo-config("customize.profile") +profile = hexo-config("customize.profile.enabled") profile-avatar-size = 128px // Layout