From 44dae44f4bc8079fb5029dfff19795925db99567 Mon Sep 17 00:00:00 2001 From: "Glitch (glitch-hello-website)" Date: Fri, 20 Dec 2024 05:19:19 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=9F=F0=9F=8F=8F=20Checkpoint=20./scrip?= =?UTF-8?q?ts/zines.js:69682263/736?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/zines.js | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/scripts/zines.js b/scripts/zines.js index aabf0ae..c0261e6 100644 --- a/scripts/zines.js +++ b/scripts/zines.js @@ -1,4 +1,23 @@ let zines = [ +/* { + "name": "", + "site": "", + "format": "", + "blurb": "" + }, +*/ + { + "name": "Evel", + "site": "https://evel.life", + "format": "digital", + "blurb": "About severe disability with a bit extra on being a caregiver" + }, + { + "name": "gup", + "site": "https://cyberpunk.gay/@glyph", + "format": "physical/digital", + "blurb": "fortune teller/ cootie catcher foldable. prefolded for physical, print and fold yourself for digital. decorated with hand carved stamps. black and white. i need to buy nice paper." + }, { "name": "Handmade Ghost", "site": "https://handmadeghost.neocities.org/", @@ -10,7 +29,6 @@ let zines = [ function makeZine({name, blurb, format, site, fedi}) { let zine = document.createElement("li"); - let h2 = document.createElement("h2"); let a = document.createElement("a"); a.innerHTML = name;