From 5ad26be352c32a745b542771e220a0cacc53e0fb Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 29 Apr 2026 19:38:36 +0200 Subject: [PATCH] Change notes titles Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- src/components/Hero.astro | 4 ++++ src/components/Navbar.astro | 8 ++++++-- src/pages/notes/[...slug].astro | 2 +- src/pages/notes/[category].astro | 6 +++--- src/pages/notes/index.astro | 17 ++++++++++------- 5 files changed, 24 insertions(+), 13 deletions(-) diff --git a/src/components/Hero.astro b/src/components/Hero.astro index fb10cce..e860036 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -356,6 +356,10 @@ const { Projects + + Infosec Notes + + Contact Me diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 0d0eb99..39548bd 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -4,7 +4,7 @@ const pathname = Astro.url.pathname; const links = [ { href: "/", label: "home" }, { href: "/blog", label: "blog" }, - { href: "/notes", label: "notes" }, + { href: "/notes", label: "infosec notes" }, { href: "/projects", label: "projects" }, ]; @@ -28,7 +28,11 @@ function isActive(href: string) { ~/hadi -
+