diff --git a/scripts/cloudinary.js b/scripts/cloudinary.js
index 5728945..a789a00 100644
--- a/scripts/cloudinary.js
+++ b/scripts/cloudinary.js
@@ -44,6 +44,7 @@ hexo.extend.tag.register('cloudinary', (args) => {
if (fileName.endsWith('.png') || fileName.endsWith('.webp')) {
return `
`
+ `
} else {
- return `${img}`
+ return ``
}
})