diff --git a/pages/_document.tsx b/pages/_document.tsx index 5e84c03..16ca6e5 100644 --- a/pages/_document.tsx +++ b/pages/_document.tsx @@ -4,9 +4,12 @@ export default function Document() { return ( + {/* + */} +
diff --git a/pages/index.tsx b/pages/index.tsx index d328cdc..de05247 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -16,8 +16,10 @@ export default function Landing({ jobs, skills, projects }: LandingProps) { return (
+ {/* + */} peng diff --git a/pages/notes/[id].tsx b/pages/notes/[id].tsx index 030736c..3fad2bd 100644 --- a/pages/notes/[id].tsx +++ b/pages/notes/[id].tsx @@ -19,8 +19,10 @@ export default function Home({ note, backLinks, fileNames: _, tree, flattenNodes return ( + {/* {note.title && } + */}