diff --git a/src/components/layouts/Layout.astro b/src/components/layouts/Layout.astro
index d7470c1..6112eca 100644
--- a/src/components/layouts/Layout.astro
+++ b/src/components/layouts/Layout.astro
@@ -1,6 +1,7 @@
---
import "../../styles/fonts.css";
import "../../styles/globals.css";
+import MyFace from "../../static/imgs/my_face.png";
interface Props {
title: string;
@@ -25,7 +26,7 @@ const { title, description } = Astro.props;
"I'm Zaid. This is my blog, where I write about random stuff."}
/>
-
+