diff --git a/pages/_document.tsx b/pages/_document.tsx
index 16ca6e5..4d65d9b 100644
--- a/pages/_document.tsx
+++ b/pages/_document.tsx
@@ -3,12 +3,12 @@ import { Html, Head, Main, NextScript } from 'next/document'
export default function Document() {
return (
+ {/*
- {/*
- */}
+ */}
diff --git a/pages/index.tsx b/pages/index.tsx
index de05247..3a2064f 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -15,12 +15,12 @@ interface LandingProps {
export default function Landing({ jobs, skills, projects }: LandingProps) {
return (
+ {/*
- {/*
- */}
+ */}
diff --git a/pages/notes/[id].tsx b/pages/notes/[id].tsx
index 3fad2bd..5a3c8df 100644
--- a/pages/notes/[id].tsx
+++ b/pages/notes/[id].tsx
@@ -18,12 +18,12 @@ interface HomeProps {
export default function Home({ note, backLinks, fileNames: _, tree, flattenNodes }: HomeProps) {
return (
+ {/*
- {/*
{note.title && }
- */}
+ */}