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:
parent
921556f87f
commit
42b71c21d9
1 changed files with 4 additions and 2 deletions
|
|
@ -80,9 +80,11 @@
|
||||||
<nav class="topnav">
|
<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="/tools/">Tools</a>
|
||||||
|
<a href="/prometheus/">Prometheus</a>
|
||||||
<a href="/sirius/">Sirius</a>
|
<a href="/sirius/">Sirius</a>
|
||||||
<a href="/hermes/">Hermes</a>
|
|
||||||
<a href="/hephaestus/" class="here">Hephaestus</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>
|
<a href="https://code.silentmode.st/" class="portal">Open forge →</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue