Browse Source

fix default thumbnail path error

ppoffice 10 years ago
parent
commit
83f8917160
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/css/_variables.styl

+ 1 - 1
source/css/_variables.styl

@@ -34,7 +34,7 @@ logo-url = "images/logo.png"
 
 
 // Sidebar
 // Sidebar
 sidebar = hexo-config("sidebar")
 sidebar = hexo-config("sidebar")
-thumbnail-default-small = 'css/images/thumb-default-small.png'
+thumbnail-default-small = 'images/thumb-default-small.png'
 
 
 // Profile
 // Profile
 profile-avatar-size = 128px
 profile-avatar-size = 128px