You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used a same template to generate image galleries in my site pages.
Most works fine. While I found out MediaProcessor of jekyll-spaceship was invoked accidently and the image links were hijacked to dailymotion.
I can not find out the bug point. So I post the pages and their sources built in my site here.
I think it was caused by jekyll-spaceship. Because I saw the following logs when I checked locally. Only one of the webpages used a template invoked MediaProcessor unexpectedly.
I used a same template to generate image galleries in my site pages.
Most works fine. While I found out MediaProcessor of jekyll-spaceship was invoked accidently and the image links were hijacked to dailymotion.
I can not find out the bug point. So I post the pages and their sources built in my site here.
The page built correctly: https://longlovemyu.tk/vod-golden-age/
and its source: https://raw.githubusercontent.com/longavailable/longavailable.github.io/master/myCollections/_separate-pages/view-of-delft-01-golden-age.md
The page was wrongly built: https://longlovemyu.tk/vod-dl/
and its source: https://raw.githubusercontent.com/longavailable/longavailable.github.io/master/myCollections/_separate-pages/view-of-delft-04-daily-life.md
I think it was caused by jekyll-spaceship. Because I saw the following logs when I checked locally. Only one of the webpages used a template invoked MediaProcessor unexpectedly.
The invoked
includes
is located at https://raw.githubusercontent.com/longavailable/longavailable.github.io/master/_includes/image-gallery.html .lightbox.js
:https://raw.githubusercontent.com/longavailable/longavailable.github.io/master/js/lightbox.js.
The text was updated successfully, but these errors were encountered: