diff --git a/pages/_document.tsx b/pages/_document.tsx
index 05be747..5e84c03 100644
--- a/pages/_document.tsx
+++ b/pages/_document.tsx
@@ -5,6 +5,7 @@ export default function Document() {
+
diff --git a/pages/index.tsx b/pages/index.tsx
index 83b1142..d328cdc 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -17,7 +17,6 @@ export default function Landing({ jobs, skills, projects }: LandingProps) {
-
diff --git a/pages/notes/[id].tsx b/pages/notes/[id].tsx
index 9d88ccc..030736c 100644
--- a/pages/notes/[id].tsx
+++ b/pages/notes/[id].tsx
@@ -20,7 +20,6 @@ export default function Home({ note, backLinks, fileNames: _, tree, flattenNodes
{note.title && }
-
diff --git a/pages/notes/index.tsx b/pages/notes/index.tsx
index 710f777..6aa9453 100644
--- a/pages/notes/index.tsx
+++ b/pages/notes/index.tsx
@@ -15,7 +15,6 @@ export default function Home({ content, tree, flattenNodes, backLinks }: HomePro
return (
-