From 7fd2e5058328405ad8b5ef022a56779829af86dc Mon Sep 17 00:00:00 2001 From: Local Dev Date: Mon, 31 Aug 2026 04:06:28 +0200 Subject: [PATCH] fix(site): add Hephaestus link + normalize nav across all subpages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Every silentmode.st subpage was missing Hephaestus in its topnav, so clicking Hephaestus from the homepage led to a page whose nav had a different item set — looked like the header "rearranged and dropped tabs" mid-navigation. - Add Hephaestus between Sirius and Helios on: tools, prometheus, sirius, helios, hermes, releases, tlds - Normalize hephaestus/index.html to use relative paths (../foo/) matching the convention used by every other subpage — was absolute (/foo/) - Result: every page has 7 identical nav items in the same order, with class="here" on whichever section you're viewing. /hephaestus/ keeps its "Open forge →" CTA appended (an addition, not a reorder). --- helios/index.html | 1 + hephaestus/index.html | 16 ++++++++-------- hermes/index.html | 1 + prometheus/index.html | 1 + releases/index.html | 1 + sirius/index.html | 1 + tlds/index.html | 1 + tools/index.html | 1 + 8 files changed, 15 insertions(+), 8 deletions(-) diff --git a/helios/index.html b/helios/index.html index bc0f6d5..44d6a6b 100644 --- a/helios/index.html +++ b/helios/index.html @@ -14,6 +14,7 @@ Tools Prometheus Sirius + Hephaestus Helios Hermes diff --git a/hephaestus/index.html b/hephaestus/index.html index 323ff7c..65ffea4 100644 --- a/hephaestus/index.html +++ b/hephaestus/index.html @@ -78,13 +78,13 @@ @@ -322,7 +322,7 @@ cp .env.example .env diff --git a/hermes/index.html b/hermes/index.html index 39f13d0..841a227 100644 --- a/hermes/index.html +++ b/hermes/index.html @@ -14,6 +14,7 @@ Tools Prometheus Sirius + Hephaestus Helios Hermes diff --git a/prometheus/index.html b/prometheus/index.html index 7892412..7989c2e 100644 --- a/prometheus/index.html +++ b/prometheus/index.html @@ -38,6 +38,7 @@ Tools Prometheus Sirius + Hephaestus Helios Hermes diff --git a/releases/index.html b/releases/index.html index 34a1174..b8649e4 100644 --- a/releases/index.html +++ b/releases/index.html @@ -36,6 +36,7 @@ Tools Prometheus Sirius + Hephaestus Helios Hermes diff --git a/sirius/index.html b/sirius/index.html index 711bc86..032ae30 100644 --- a/sirius/index.html +++ b/sirius/index.html @@ -14,6 +14,7 @@ Tools Prometheus Sirius + Hephaestus Helios Hermes diff --git a/tlds/index.html b/tlds/index.html index 85d454e..bcab85c 100644 --- a/tlds/index.html +++ b/tlds/index.html @@ -62,6 +62,7 @@ Prometheus Sirius TLDs + Hephaestus Helios Hermes diff --git a/tools/index.html b/tools/index.html index 1f4cb0e..51a8686 100644 --- a/tools/index.html +++ b/tools/index.html @@ -74,6 +74,7 @@ Tools Prometheus Sirius + Hephaestus Helios Hermes