jeffreytse / jekyll-spaceship

🚀 A Jekyll plugin to provide powerful supports for table, mathjax, plantuml, mermaid, emoji, video, audio, youtube, vimeo, dailymotion, soundcloud, spotify, etc.
MIT License
626 stars 67 forks source link

Some image links were hijacked to dailymotion #51

Closed longavailable closed 3 years ago

longavailable commented 3 years ago

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.

image

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.

image

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.

jeffreytse commented 3 years ago

Hi @longavailable

Thank you for the reporting, I will do some further investigation.

Thanks and regards

jeffreytse commented 3 years ago

Hi @longavailable

This issue has been addressed and fixed. Please update your plugin to the latest version.

Thanks and regards

longavailable commented 3 years ago

Well done. It works fine right now.