Add source link to header
This commit is contained in:
parent
37237dc1f7
commit
2d06dc3277
|
|
@ -29,6 +29,7 @@ function renderNav(items, prefix = []) {
|
||||||
<nav class="topnav">
|
<nav class="topnav">
|
||||||
<a href="/docs/introduction/">Docs</a>
|
<a href="/docs/introduction/">Docs</a>
|
||||||
<a href="/playground/">Playground</a>
|
<a href="/playground/">Playground</a>
|
||||||
|
<a href="https://gitea.hareworks.net/Hare/Decodal">Source</a>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
<div class={playground || frontpage ? 'layout playground-layout' : 'layout'}>
|
<div class={playground || frontpage ? 'layout playground-layout' : 'layout'}>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user