diff --git a/src/components/Posthog.astro b/src/components/Posthog.astro
new file mode 100644
index 0000000..909d611
--- /dev/null
+++ b/src/components/Posthog.astro
@@ -0,0 +1,56 @@
+---
+
+---
+
+
diff --git a/src/layouts/MarkdownLayout.astro b/src/layouts/MarkdownLayout.astro
index 68e8a0c..2e781ed 100644
--- a/src/layouts/MarkdownLayout.astro
+++ b/src/layouts/MarkdownLayout.astro
@@ -1,5 +1,7 @@
---
import { SEO } from "astro-seo";
+import Posthog from "../components/Posthog.astro";
+
const { frontmatter } = Astro.props;
import "./MarkdownLayout.css";
---
@@ -41,5 +43,6 @@ import "./MarkdownLayout.css";
+