feat: change capitilizations and nav layout

This commit is contained in:
Jet 2026-03-28 20:02:45 -07:00
parent 51dc6c9ee6
commit 17d708eb7a
No known key found for this signature in database
3 changed files with 47 additions and 7 deletions

View file

@ -32,13 +32,13 @@ export function renderFooter() {
<div class="site-panel-frost" aria-hidden="true"></div>
<div class="site-panel-border" aria-hidden="true"></div>
<div class="site-panel-content site-footer-inner">
<a href="${REPO_URL}">src</a>
<a href="${REPO_URL}">Src</a>
<span aria-hidden="true">|</span>
<a href="/qa/rss.xml" data-native-link>rss</a>
<a href="/qa/rss.xml" data-native-link>RSS</a>
<span aria-hidden="true">|</span>
<a href="/pgp.txt" data-native-link>pgp</a>
<a href="/pgp.txt" data-native-link>PGP</a>
<span aria-hidden="true">|</span>
<a href="/ssh.txt" data-native-link>ssh</a>
<a href="/ssh.txt" data-native-link>SSH</a>
<span aria-hidden="true">|</span>
<a href="${mirror.href}">${mirror.label}</a>
</div>