From 8f3a51993fb32b858859f8fc94f5461f6ee7a70a Mon Sep 17 00:00:00 2001 From: Blake Byer <143546151+blakebyer@users.noreply.github.com> Date: Wed, 3 Jul 2024 21:25:54 -0400 Subject: [PATCH] Update blog.html --- docs/blog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} `;