docs: add github/download buttons to pages header

This commit is contained in:
Peter Steinberger
2025-12-21 12:19:08 +01:00
parent 6bf8c0c17a
commit 3791db006e
2 changed files with 62 additions and 14 deletions

View File

@@ -51,16 +51,8 @@
</div>
<div class="titlebar__actions">
<button
class="theme-toggle"
type="button"
data-theme-toggle
aria-label="Toggle theme (F2; on Mac: fn+F2)"
aria-pressed="false"
>
<span class="theme-toggle__key">F2</span>
<span class="theme-toggle__label" data-theme-label>theme</span>
</button>
<a class="titlebar__link" href="https://github.com/steipete/clawdis">GitHub</a>
<a class="titlebar__link titlebar__link--accent" href="https://github.com/steipete/clawdis/releases/latest">Download</a>
</div>
</div>
@@ -124,10 +116,22 @@
<span class="footer__sep">·</span>
<a href="https://github.com/steipete/clawdis/releases">releases</a>
</div>
<div class="footer__hint" aria-hidden="true">
tip: press <kbd>F2</kbd> (Mac: <kbd>fn</kbd>+<kbd>F2</kbd>) to flip
the universe
</div>
<div class="footer__hint" aria-hidden="true">
tip: press <kbd>F2</kbd> (Mac: <kbd>fn</kbd>+<kbd>F2</kbd>) to flip
the universe
</div>
<div class="footer__actions">
<button
class="theme-toggle"
type="button"
data-theme-toggle
aria-label="Toggle theme (F2; on Mac: fn+F2)"
aria-pressed="false"
>
<span class="theme-toggle__key">F2</span>
<span class="theme-toggle__label" data-theme-label>theme</span>
</button>
</div>
</footer>
</div>
</main>