This commit is contained in:
2022-08-21 15:51:03 +01:00
parent c2a2032564
commit 255e60a682

View File

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