fix the shit slightly
All checks were successful
/ build (push) Successful in 25s

This commit is contained in:
Soph :3 2025-10-11 00:20:22 +03:00
parent af9185f7af
commit b3f45ece0c

View file

@ -146,11 +146,10 @@ body > * {
}
document.body.innerHTML = `
<h1>${meta.title || "Untitled"}</h1>
<p style="color:var(--muted);font-size:0.98em;margin-top:-0.5rem;margin-bottom:2rem;">
${meta.time ? formatDate(meta.time) : ""}
</p>
<div>${html}</div>
${html}
`;
})();
</script>