This commit is contained in:
parent
af9185f7af
commit
b3f45ece0c
1 changed files with 1 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue