fix default thumbnail path error
parent
6e5b72426f
commit
83f8917160
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue