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;