{post.data.title}
+- < Home - • Posted by {post.data.author} @@ -46,10 +48,6 @@ const formattedDate = dayjs(post.data.pubDate.toString()).format("MMMM DD, YYYY"
diff --git a/README.md b/README.md
index 01fe69d..da77701 100644
--- a/README.md
+++ b/README.md
@@ -51,4 +51,4 @@ Comments on the site are powered by [giscus.app](https://giscus.app) and stored
## License
-This project is licensed under the [MIT License](LICENSE.txt).
\ No newline at end of file
+This project is licensed under the [MIT License](LICENSE.txt).
diff --git a/src/components/Header.astro b/src/components/Header.astro
new file mode 100644
index 0000000..b371be6
--- /dev/null
+++ b/src/components/Header.astro
@@ -0,0 +1,22 @@
+
+
+
- < Home - • Posted by {post.data.author} @@ -46,10 +48,6 @@ const formattedDate = dayjs(post.data.pubDate.toString()).format("MMMM DD, YYYY"