adding utf-8 chars

This commit is contained in:
2022-09-16 17:04:10 +01:00
parent 8894ceeb3c
commit a162d3aeeb

View File

@ -10,6 +10,7 @@ const sortedPosts = posts.sort((a, b) => {
---
<html>
<head>
<meta charset="UTF-8" />
<title>John's Blog</title>
</head>
<body class="w-full flex flex-col items-center bg-polar-night-400">