feat: change capitilizations and nav layout
This commit is contained in:
parent
51dc6c9ee6
commit
17d708eb7a
3 changed files with 47 additions and 7 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue