add more links to nav bar

This commit is contained in:
CJ van den Berg 2025-04-09 17:06:22 +02:00
parent 300ea51d87
commit a89d3a5461
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -16,13 +16,19 @@
<a href="$ctx.about.link()" text="$ctx.about.title">Home</a>
</ctx>
<a href="https://github.com/neurocyte/flow/releases">Downloads</a>
<a href="https://github.com/neurocyte/flow/releases/latest">Downloads</a>
<a href="https://github.com/neurocyte/flow-nightly/releases">Nightly Builds</a>
<a href="https://github.com/neurocyte/flow-nightly/releases/latest">Nightly Builds</a>
<a href="https://git.flow-control.dev/neurocyte/flow">Source</a>
<a href="https://discord.com/invite/4wvteUPphx">Discord</a>
<a href="https://github.com/neurocyte/flow">Github</a>
<a href="https://codeberg.org/neurocyte/flow">Codeberg</a>
<a href="https://git.sr.ht/~neurocyte/flow">sourcehut</a>
</nav>
<h1 :text="$page.title"></h1>
<div :html="$page.content()"></div>