☄️👮 Checkpoint

./scripts/zines.js:69682263/587
./zines/index.html:69682263/218
./zines/2025.json:69682263/5004
This commit is contained in:
Glitch (fedizinefest)
2025-05-23 16:36:41 +00:00
parent 3e477082a5
commit 82057eea0f
2 changed files with 116 additions and 7 deletions

View File

@ -20,13 +20,7 @@ function makeZine({ name, blurb, format, site, title }) {
let bqP = document.createElement("p");
bqP.innerHTML = blurb;
bq.append(bqP);
zine.append(bq);
if (title) {
let p = document.createElement("p")
let h3 = document.createElement("h3");
h3.innerHTML=title
}
zine.append(bq);d
return zine;
}