From 83f89171600e4bc459c019c12bff001c3acd1d22 Mon Sep 17 00:00:00 2001 From: ppoffice Date: Sun, 22 Mar 2015 13:33:42 +0800 Subject: [PATCH] fix default thumbnail path error --- 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 e735b14..06931ae 100644 --- a/source/css/_variables.styl +++ b/source/css/_variables.styl @@ -34,7 +34,7 @@ logo-url = "images/logo.png" // Sidebar sidebar = hexo-config("sidebar") -thumbnail-default-small = 'css/images/thumb-default-small.png' +thumbnail-default-small = 'images/thumb-default-small.png' // Profile profile-avatar-size = 128px