Add source link to header

This commit is contained in:
Keisuke Hirata 2026-07-09 03:00:30 +09:00
parent 37237dc1f7
commit 2d06dc3277
No known key found for this signature in database

View File

@ -29,6 +29,7 @@ function renderNav(items, prefix = []) {
<nav class="topnav">
<a href="/docs/introduction/">Docs</a>
<a href="/playground/">Playground</a>
<a href="https://gitea.hareworks.net/Hare/Decodal">Source</a>
</nav>
</header>
<div class={playground || frontpage ? 'layout playground-layout' : 'layout'}>