diff --git a/scripts/zines.js b/scripts/zines.js index be714f8..209a94d 100644 --- a/scripts/zines.js +++ b/scripts/zines.js @@ -13,14 +13,19 @@ function makeZine({ name, blurb, format, site, title }) { zine.append(h2); let p = document.createElement("p"); - p.innerHTML = " is making a " + format + " zine:"; - zine.append(p); - - let bq = document.createElement("blockquote"); + if (title) { + p.innerHTML = " made a " + format + " zine called " + title + ""; + } else { + p.innerHTML = " is making a " + format + " zine:"; + let bq = document.createElement("blockquote"); let bqP = document.createElement("p"); bqP.innerHTML = blurb; bq.append(bqP); zine.append(bq); + } + zine.append(p); + + return zine; } diff --git a/years/2024/zines.json b/years/2024/zines.json index 4d3692b..511f8c1 100644 --- a/years/2024/zines.json +++ b/years/2024/zines.json @@ -75,7 +75,7 @@ "format": "physical/digital", "blurb": "one of: a hentai coloring book, mini zines about adventure time, v for vendetta, foraging, some poetry and fiction stuff too.", "site": "https://terror.black/@sayyid_qishta", - "title": "Thinking About...It -AND- When I Get a Boy Chest" + "title": ["Thinking About...It", "When I Get a Boy Chest"] }, { "name": "Sanae", @@ -117,13 +117,13 @@ "format": "digital", "blurb": "Zine #3: A crippunk, queer-romantic short story between a fox and a bunny.", "site": "https://kolektiva.social/@bluejorts", - "title": "AAAAAAH -AND- Just Be A Poet -AND- Today Is Another Day" + "title": ["AAAAAAH", "Just Be A Poet", "Today Is Another Day"] }, { "name": "Jeff Blackman", "format": "physical", "blurb": "Triptyc is a collage based comic strip cut from the funny pages.", - "title": "Places I will go before I die -AND- OH -AND- WUMPF -AND- GAH! -AND- WHAAP!!" + "title": ["Places I will go before I die", "OH", "WUMPF", "GAH!", "WHAAP!!"] }, { "name": "felix sunflower", @@ -151,7 +151,7 @@ "format": "digital", "blurb": "I create zines about animals, final fantasy 7 and comics that are queer and furry adjacent.", "site": "https://donphan.social/@hi_cial", - "title": "Queer Birds 2022 -AND- FFVII Blazed Illustration" + "title": ["Queer Birds 2022", "FFVII Blazed Illustration"] }, { "name": "Pesto Jaguar",