Procházet zdrojové kódy

fix default thumbnail path error

ppoffice před 10 roky
rodič
revize
83f8917160
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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