From 1224a7aeedc14ed2c24cb46d8ffafa25a6787ed1 Mon Sep 17 00:00:00 2001 From: jonathan Date: Wed, 11 Oct 2023 19:20:00 +1030 Subject: [PATCH] unfuck infinite nightmare shortcode --- .eleventy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eleventy.js b/.eleventy.js index 1e29272..1033b98 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -68,7 +68,7 @@ module.exports = function (eleventyConfig) { Array.isArray(image) ? image.map((i, index) => `
`).join(" ") : - `
+ `
` }${!video || video == "" ? "" :