Skip to content

Commit

Permalink
Update blog.html
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyer authored Jul 4, 2024
1 parent d15cf5b commit 8f3a519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h1>Blog</h1>
const postDiv = document.createElement('div');
postDiv.classList.add('post');
postDiv.innerHTML = `
<h3>${post.title}</h3>
<h2>${post.title}</h2>
<p><em>${post.date}</em></p>
${post.content}
`;
Expand Down

0 comments on commit 8f3a519

Please sign in to comment.