From 91bf9a1d7bcd6bc119b22166f9740506ef79fe1f Mon Sep 17 00:00:00 2001 From: Devin Haska Date: Wed, 28 Feb 2024 22:36:37 -0800 Subject: [PATCH] feat: small fixes --- config/shortcodes/youtube.js | 8 ++++---- src/catalogue/catalogue.json | 4 +--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/config/shortcodes/youtube.js b/config/shortcodes/youtube.js index 0dceb36..b5fd504 100644 --- a/config/shortcodes/youtube.js +++ b/config/shortcodes/youtube.js @@ -2,13 +2,13 @@ * https://github.com/madrilene/eleventy-excellent/blob/main/config/shortcodes/youtube-lite/index.js */ const liteYoutube = (id, label) => { - return ` -
+ return `
+ -
- `; +
+
`; }; module.exports = liteYoutube; diff --git a/src/catalogue/catalogue.json b/src/catalogue/catalogue.json index be23766..1ede474 100644 --- a/src/catalogue/catalogue.json +++ b/src/catalogue/catalogue.json @@ -1,5 +1,3 @@ { - "layout": "layouts/catalogue", - "tags": "catalogue", - "permalink": "catalogue/index.html" + "tags": "catalogue" }