☄️👮 Checkpoint
./scripts/zines.js:69682263/587 ./zines/index.html:69682263/218 ./zines/2025.json:69682263/5004
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user