fix(site): align hephaestus/ nav bar with silentmode.st homepage

The docs page had a truncated & reordered nav (Tools, Sirius, Hermes) that
dropped Prometheus + Helios and put Hephaestus in the wrong slot. Clicking
"Hephaestus" from the homepage nav appeared to "rearrange" the header because
the destination page's nav was a different set.

Match the homepage nav 1:1 — Tools, Prometheus, Sirius, Hephaestus, Helios,
Hermes — with the "here" highlight on Hephaestus and the "Open forge" CTA
appended at the far right. Same items in the same order = stable header
across navigations.
This commit is contained in:
Local Dev 2026-08-31 03:37:50 +02:00
parent 921556f87f
commit 42b71c21d9

View file

@ -78,11 +78,13 @@
<body>
<nav class="topnav">
<a class="brand" href="/">⛓️ Silent<span class="g">Mode</span></a>
<a class="brand" href="/">⛓️ Silent <span class="g">Mode</span></a>
<a href="/tools/">Tools</a>
<a href="/prometheus/">Prometheus</a>
<a href="/sirius/">Sirius</a>
<a href="/hermes/">Hermes</a>
<a href="/hephaestus/" class="here">Hephaestus</a>
<a href="/helios/">Helios</a>
<a href="/hermes/">Hermes</a>
<a href="https://code.silentmode.st/" class="portal">Open forge →</a>
</nav>