ui: move GitHub + Changelog from nav to masthead meta — clean nav with only data sources

This commit is contained in:
Rene Fichtmueller 2026-04-09 21:24:08 +02:00
parent 388656093b
commit 272729a6dd

View File

@ -423,7 +423,7 @@ body.dark .card{border-top-color:#e8e4dc}
<div class="ed-logo">PeerCortex<sup>β</sup></div>
<div class="ed-tagline">The ASN News</div>
</div>
<div class="ed-masthead-meta">The ASN News<br><span style="font-family:var(--mono)">peercortex.org · v0.6.9 · routing intelligence</span><br><span style="font-family:var(--mono);font-size:.6rem"><a href="https://github.com/renefichtmueller/PeerCortex" target="_blank" style="color:var(--dim);text-decoration:none">GitHub</a> · <a href="#" onclick="openChangelog();return false" style="color:var(--dim);text-decoration:none">Changelog</a></span></div>
<div class="ed-masthead-meta">The ASN News<br><span style="font-family:var(--mono)">peercortex.org · v0.6.9 · routing intelligence</span><br><span style="font-family:var(--mono);font-size:.6rem"><a id="ghMetaLink" href="#" target="_blank" style="color:var(--dim);text-decoration:none">GitHub</a> · <a href="#" onclick="openChangelog();return false" style="color:var(--dim);text-decoration:none">Changelog</a></span></div>
</div>
<hr class="ed-rule-h">
<nav class="ed-nav">
@ -4368,6 +4368,7 @@ function closeChangelog() {
document.body.style.overflow = '';
}
document.addEventListener('keydown', e => { if (e.key === 'Escape') closeChangelog(); });
(function(){ var fl = document.querySelector('.ed-footer a[href*="github"]'); var ml = document.getElementById('ghMetaLink'); if (fl && ml) ml.href = fl.href; })();
</script>
<!-- ─── Terminal Feedback Trigger Button ────────────────────────────── -->