image names 2

This commit is contained in:
Ciro Santilli
2021-05-01 07:00:06 +00:00
parent 92d18215ec
commit 3f9090d712

View File

@@ -41,7 +41,7 @@ images = getRandom(images, 20);
full_images = []
for (const image of images) {
const url = `https://raw.githubusercontent.com/cirosantilli/china-dictatorship-media/master/${image}`;
full_images.push(`${image}`);
full_images.push(image.replace(/[_.]/g, ' '));
full_images.push(`<img src="${url}" width="600">`);
}