mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-10 13:07:06 +08:00
1. 修復當valine background 是絕對地址時無法顯示的bug
This commit is contained in:
@@ -27,10 +27,6 @@ hexo.extend.filter.register('after_post_render', data => {
|
||||
|
||||
}
|
||||
if (theme.medium_zoom.enable) {
|
||||
images.each((i, o) => {
|
||||
$(o).addClass('mediumZoom')
|
||||
})
|
||||
|
||||
var imgList = $(".justified-gallery img")
|
||||
if (imgList.length) {
|
||||
imgList.each((i, o) => {
|
||||
|
||||
Reference in New Issue
Block a user