From ac9f18e4b9e6a3d07c6c47cbdd846dfbee084ba9 Mon Sep 17 00:00:00 2001 From: jae Date: Wed, 1 Apr 2026 01:30:31 +0000 Subject: [PATCH] feat: dynamic navbar loaded from /api/navigation across all pages --- blog.html | 7 ++--- index.html | 44 ++------------------------------ js/nav.js | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ post.html | 7 ++--- 4 files changed, 81 insertions(+), 52 deletions(-) create mode 100644 js/nav.js diff --git a/blog.html b/blog.html index 4791ea1..67bd8ec 100644 --- a/blog.html +++ b/blog.html @@ -24,11 +24,7 @@