diff --git a/app/cokno/page.tsx b/app/cokno/page.tsx
index 90f5e70..c963a31 100644
--- a/app/cokno/page.tsx
+++ b/app/cokno/page.tsx
@@ -1,7 +1,13 @@
export default async function Page() {
return (
-
The Collective Knowledge of Stan Runge
+
The Collective Knowledge of Stan Runge
+ Pronounced as "konyo"
+
+ The Collective Knowledge of Stan Runge (CoKno) is a project started by
+ Stan designed to serve as a personal Zettelkast system, similiar to
+ Wikipedia.
+
);
}
diff --git a/app/layout.tsx b/app/layout.tsx
index 832f6c3..793a5ad 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -1,7 +1,7 @@
import { GeistSans } from "geist/font/sans";
import "./globals.css";
import TabItem from "@/components/TabItem";
-import { MdiGithub } from "./components/MdiGithub";
+import { MdiGithub } from "../components/MdiGithub";
const defaultUrl = process.env.VERCEL_URL
? `https://${process.env.VERCEL_URL}`
@@ -20,7 +20,27 @@ export default function RootLayout({
}) {
return (
-
+
+