diff --git a/docs/blog.html b/docs/blog.html index 0273b1d..9709643 100644 --- a/docs/blog.html +++ b/docs/blog.html @@ -109,7 +109,7 @@

Blog

const postDiv = document.createElement('div'); postDiv.classList.add('post'); postDiv.innerHTML = ` -

${post.title}

+

${post.title}

${post.date}

${post.content} `;