瀏覽代碼

fix default thumbnail path error

ppoffice 10 年之前
父節點
當前提交
83f8917160
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/css/_variables.styl

+ 1 - 1
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