changing blog title

This commit is contained in:
2022-08-21 15:36:37 +01:00
parent 6aa34ffadd
commit cd20f81571

View File

@ -5,7 +5,7 @@ const posts = await Astro.glob('./posts/*.md');
---
<html>
<head>
<title>Blog</title>
<title>John Costa - Blog</title>
</head>
<body class="w-full flex flex-col items-center bg-polar-night-400">
<Navbar />