- authorshipP.appendChild(document.createTextNode(" @ ")) }
- authorshipP.appendChild(document.createElement("time")).textContent = created
+ headerChildren.push(" by ", authorLink, "…") }
+ else headerChildren.push("…")
+ header.append(...headerChildren)
+ const timestampP = footer.appendChild(document.createElement("p"))
+ timestampP.appendChild(document.createElement("time")).textContent = created