From 294c4e3acd82dd04e9c2f277f8d82a1f0609d4e5 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Fri, 24 Apr 2026 23:53:02 +0200 Subject: [PATCH] change notes sidebars behavior Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- src/components/Author.astro | 2 +- src/components/Navbar.astro | 4 +- src/content.config.ts | 2 +- src/pages/notes/[...slug].astro | 92 ++++++++++++++++++++++++++------- src/pages/notes/index.astro | 12 +++-- 5 files changed, 87 insertions(+), 25 deletions(-) diff --git a/src/components/Author.astro b/src/components/Author.astro index 8c8202c..a6cabb3 100644 --- a/src/components/Author.astro +++ b/src/components/Author.astro @@ -5,7 +5,7 @@ const username = "anotherhadi" const bio = "Infosec engineer." --- -